Skip to content

Commit

Permalink
correctly move datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent 2281bf9 commit af00f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:

- name: Move datasets
run: |
mkdir -p ${{ github.workspace }}/geant4-data
GEANT4_DATA_DIR=$(python -c "import geant4_python_application; print(geant4_python_application.datasets.data_dir)")
mkdir -p ${{ github.workspace }}/geant4-data $GEANT4_DATA_DIR
mv ${{ github.workspace }}/geant4-data $GEANT4_DATA_DIR
- name: Run tests
Expand Down Expand Up @@ -278,8 +278,8 @@ jobs:

- name: Move datasets
run: |
mkdir -p ${{ github.workspace }}/geant4-data
GEANT4_DATA_DIR=$(python -c "import geant4_python_application; print(geant4_python_application.datasets.data_dir)")
mkdir -p ${{ github.workspace }}/geant4-data $GEANT4_DATA_DIR
mv ${{ github.workspace }}/geant4-data $GEANT4_DATA_DIR
- name: Run tests
Expand Down

0 comments on commit af00f8c

Please sign in to comment.