Skip to content

Commit

Permalink
Fix mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Apr 28, 2022
1 parent 4333910 commit c33cabb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Download reference data
run: |
mkdir -p $REF_PATH
mkdir -p $REF_PATH/atom_data
wget -q "$REPO_URL/items?path=atom_data/kurucz_cd23_chianti_H_He.h5&resolveLfs=true" -O $REF_PATH/atom_data/kurucz_cd23_chianti_H_He.h5
wget -q "$REPO_URL/items?path=atom_data/chianti_He.h5&resolveLfs=true" -O $REF_PATH/atom_data/chianti_He.h5
wget -q "$REPO_URL/items?path=unit_test_data.h5&resolveLfs=true" -O $REF_PATH/unit_test_data.h5&resolveLfs=true
Expand All @@ -50,10 +50,6 @@ jobs:
REF_PATH: ${{ github.workspace }}/tardis-refdata
REPO_URL: https://dev.azure.com/tardis-sn/TARDIS/_apis/git/repositories/tardis-refdata

- name: debug
run: |
ls -R ${{ github.workspace }}/tardis-refdata
- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit c33cabb

Please sign in to comment.