Skip to content

Commit

Permalink
[ci] remember heasoft load results; fix conda install creating new env
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 21, 2023
1 parent 4967017 commit 0058854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install python dependencies
run: |
mamba install -y -n ciao --override-channels -c https://cxc.cfa.harvard.edu/conda/ciao -c conda-forge ciao sherpa ds9 ciao-contrib caldb_main
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
mamba install -y -n ciao -c conda-forge ultranest coverage coveralls scipy "matplotlib>=3.5" h5py astropy requests cython tqdm coverage toml
mamba activate ciao
pip install git+https://github.com/JohannesBuchner/coverage-lcov
Expand Down Expand Up @@ -277,6 +277,8 @@ jobs:
source ${HEADAS}/headas-init.sh;
echo "PYTHONPATH: $PYTHONPATH";
echo "PATH: $PATH";
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
echo "PATH=$PATH" >> $GITHUB_ENV
python -c 'import xspec' || true;
- name: Install python dependencies
Expand Down

0 comments on commit 0058854

Please sign in to comment.