Skip to content

Commit

Permalink
Use micromamba not conda in command passed to build container
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Oct 26, 2023
1 parent 9dd7c36 commit 65928a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-pudl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
gcloud compute instances update-container "$GCE_INSTANCE" \
--zone "$GCE_INSTANCE_ZONE" \
--container-image "docker.io/catalystcoop/pudl-etl:${{ env.GITHUB_REF }}" \
--container-command "conda" \
--container-command "micromamba" \
--container-arg="run" \
--container-arg="--no-capture-output" \
--container-arg="-p" \
Expand Down

0 comments on commit 65928a5

Please sign in to comment.