Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 19, 2024
1 parent d3dfe96 commit cbf2d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
mkdir test2
cd test2
sb --init dgcode_val COMPACT
sb -t --testexcerpts=100 --requirepkg=DgcodeRecommendedNoGUI
sb -t --testexcerpts=100 --requirepkg=DGCodeRecommendedNoGUI
sbenv sb_core_extdeps --require-disabled Geant4
sbenv sb_core_extdeps --require NCrystal Numpy matplotlib ZLib
Expand All @@ -108,6 +108,6 @@ jobs:
mkdir test3
cd test3
sb --init dgcode_val DEBUG
sb -t --testexcerpts=100 --requirepkg=DgcodeRecommendedNoGUI
sb -t --testexcerpts=100 --requirepkg=DGCodeRecommendedNoGUI
sbenv sb_core_extdeps --require-disabled Geant4
sbenv sb_core_extdeps --require NCrystal Numpy matplotlib ZLib

0 comments on commit cbf2d5e

Please sign in to comment.