Skip to content

Commit

Permalink
Separate ETL and pytest commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Oct 26, 2023
1 parent 6e1dc7c commit b9ea55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function run_pudl_etl() {
--loglevel DEBUG \
--max-concurrent 6 \
--gcs-cache-path gs://internal-zenodo-cache.catalyst.coop \
$PUDL_SETTINGS_YML && \
$PUDL_SETTINGS_YML
# Run multiple pytest processes in the background and wait for them to exit
pytest \
--gcs-cache-path=gs://internal-zenodo-cache.catalyst.coop \
Expand Down

0 comments on commit b9ea55a

Please sign in to comment.