Skip to content

Commit

Permalink
[ci] also call conda instead of mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Aug 21, 2023
1 parent 904fadb commit 1c39407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install -y ghostscript
mamba install -y -c https://cxc.cfa.harvard.edu/conda/ciao ciao sherpa ds9 ciao-contrib caldb_main
mamba install -y ultranest coverage coveralls scipy "matplotlib>=3.5" h5py astropy requests cython tqdm coverage toml
conda install -y -c https://cxc.cfa.harvard.edu/conda/ciao ciao sherpa ds9 ciao-contrib caldb_main
conda install -y ultranest coverage coveralls scipy "matplotlib>=3.5" h5py astropy requests cython tqdm coverage toml
pip install git+https://github.com/JohannesBuchner/coverage-lcov
sudo sed -i '/PDF/s/none/read|write/' /etc/ImageMagick-6/policy.xml
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install -y ghostscript
mamba install -c conda-forge -y ultranest coverage coveralls scipy "matplotlib>=3.5" h5py astropy requests cython tqdm coverage toml
conda install -c conda-forge -y ultranest coverage coveralls scipy "matplotlib>=3.5" h5py astropy requests cython tqdm coverage toml
pip install git+https://github.com/JohannesBuchner/coverage-lcov
sudo sed -i '/PDF/s/none/read|write/' /etc/ImageMagick-6/policy.xml
Expand Down

0 comments on commit 1c39407

Please sign in to comment.