Skip to content

Commit

Permalink
[ci] call micromamba, not mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 22, 2023
1 parent fbf5429 commit e02c101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install python dependencies
run: |
mamba create -y -n ciao --override-channels -c https://cxc.cfa.harvard.edu/conda/ciao -c conda-forge ciao sherpa ds9 ciao-contrib caldb_main astropy "matplotlib>=3.5" ultranest coverage coveralls scipy h5py astropy requests cython tqdm coverage toml
micromamba create -y -n ciao --override-channels -c https://cxc.cfa.harvard.edu/conda/ciao -c conda-forge ciao sherpa ds9 ciao-contrib caldb_main astropy "matplotlib>=3.5" ultranest coverage coveralls scipy h5py astropy requests cython tqdm coverage toml
conda activate ciao
echo "--- Environment dump start ---"
env
Expand Down

0 comments on commit e02c101

Please sign in to comment.