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 332311a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
# working-directory: asv/data

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

- run: tree ../ -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 332311a

Please sign in to comment.