Skip to content

Commit

Permalink
fix gcs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Jan 3, 2024
1 parent 71f548f commit 35211db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Run integration tests, trying to use GCS cache if possible
run: |
pip install --no-deps --editable .
pudl_datastore --dataset epacems --partition year_quarter=2022q1 --gcs-cache gs://internal-zenodo-cache.catalyst.coop
pudl_datastore --dataset epacems --partition year_quarter=2022q1 --gcs-cache-path gs://internal-zenodo-cache.catalyst.coop
make pytest-integration
- name: Upload coverage
Expand Down

0 comments on commit 35211db

Please sign in to comment.