Skip to content

Commit

Permalink
[ci] forgot ciao env file
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 21, 2023
1 parent bdc35f4 commit ccc1785
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ciao-conda-env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
channels:
- conda-forge
- https://cxc.cfa.harvard.edu/conda/ciao

show_channel_urls: True

dependencies:
- cxc.cfa.harvard.edu::caldb_main
- cxc.cfa.harvard.edu::cfitsio
- cxc.cfa.harvard.edu::ciao
- cxc.cfa.harvard.edu::ciao-contrib
- cxc.cfa.harvard.edu::ds9
- cxc.cfa.harvard.edu::sherpa
- cxc.cfa.harvard.edu::gsl
- cxc.cfa.harvard.edu::jpeg
- cxc.cfa.harvard.edu::wcssubs
- cxc.cfa.harvard.edu::xpa
- cxc.cfa.harvard.edu::xspec-modelsonly
- ultranest
- coverage
- coveralls
- scipy
- "matplotlib>=3.5"
- h5py
- astropy
- requests
- cython
- tqdm
- toml
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get -y --no-install-recommends install -y ghostscript

- name: Cache conda package downloads
uses: actions/cache@v3
env:
# Increase this value to reset cache if environment-test.yml has not changed
CACHE_NUMBER: 0
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-Sherpa-py${{matrix.python-version}}-conda-${{ env.CACHE_NUMBER }}

- uses: mamba-org/setup-micromamba@v1
with:
cache-environment: true
Expand Down

0 comments on commit ccc1785

Please sign in to comment.