Skip to content

Commit

Permalink
remove invalid sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent 7919702 commit c307ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ jobs:
- name: Run tests
run: |
source ${{ github.workspace }}/geant4/bin/geant4.sh
find ./tests -name "test_*.py" -exec python -m pytest -vv --reruns 3 --reruns-delay 30 --only-rerun "(?i)http|timeout|connection|socket|resolve" {} \;
- name: Build Wheel
Expand Down

0 comments on commit c307ee8

Please sign in to comment.