Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellister-slac committed Jan 31, 2025
1 parent 30b9722 commit 0089fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nightly_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
mamba install -y -c conda-forge conda-pack
mamba env create -f python3_devel.yml
mamba activate python3_devel
conda activate python3_devel
- name: Pack environment
run: |
conda pack -n $ENVIRONMENT_NAME --ignore-missing-files --output $HOME/$ENVIRONMENT_NAME.tar.gz
Expand Down

0 comments on commit 0089fbd

Please sign in to comment.