Skip to content

Commit

Permalink
Actually fix in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Dec 29, 2023
1 parent e1215fe commit 4f50183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
workload_identity_provider: "projects/345950277072/locations/global/workloadIdentityPools/gh-actions-pool/providers/gh-actions-provider"
service_account: "tox-pytest-github-action@catalyst-cooperative-pudl.iam.gserviceaccount.com"

- name: Cache most recent CEMS data.
run: pudl_datastore --datasets epacems --p year_quarter=2022q1

- name: Run integration tests, trying to use GCS cache if possible
run: |
pip install --no-deps --editable .
Expand Down
6 changes: 1 addition & 5 deletions docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ function run_pudl_etl() {
send_slack_msg ":large_yellow_circle: Deployment started for $BUILD_ID :floppy_disk:"
authenticate_gcp && \
alembic upgrade head && \
pudl_datastore \
--dataset epacems \
--gcs-cache-path gs://internal-zenodo-cache.catalyst.coop \
--partition year_quarters="2022q1" \
&& ferc_to_sqlite \
ferc_to_sqlite \
--loglevel DEBUG \
--gcs-cache-path gs://internal-zenodo-cache.catalyst.coop \
--workers 8 \
Expand Down

0 comments on commit 4f50183

Please sign in to comment.