diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index 57fd40e9..2111b944 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -46,7 +46,7 @@ jobs: - name: Pyhton id: compute_baseline run: | - python ./tools/code/quantile_baseline.py -season "2023-2024" + python ./tools/code/quantile_baseline.py --season "2023-2024" - name: Commit data repo changes uses: EndBug/add-and-commit@v7