Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 17, 2024
1 parent 3788bd0 commit 77b8267
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,13 @@ jobs:
python -m pip install -e .
- name: Cache CMFGEN atomic data
if: matrix.testname == 'cmfgen'
uses: actions/cache@v4
id: cache-cmfgendata
with:
path: atomic-data-hillier/atomic_data_15nov16.tar.xz
key: atomic-data-hillier/atomic_data_15nov16.tar.xz

- name: Download/extract CMFGEN atomic data
if: matrix.testname == 'cmfgen'
working-directory: atomic-data-hillier/
run: source ./setup_cmfgen_data.sh

Expand Down

0 comments on commit 77b8267

Please sign in to comment.