Skip to content

Commit

Permalink
Remove temporary workaround for previously broken pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Mar 4, 2024
1 parent 929ee83 commit f9aee12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
mkdir test2
cd test2
sb --init dgcode_val COMPACT
#FIXME: workaround for https://github.com/mctools/ncrystal/issues/166
echo " pkg_filter = [ '"'!'"PlugUtilsTests' ]" >> simplebuild.cfg
sb --pkgi DGCodeRecommendedNoGUI
sb -t --testexcerpts=100
sbenv sb_core_extdeps --require-disabled Geant4
Expand All @@ -106,8 +104,6 @@ jobs:
mkdir test3
cd test3
sb --init dgcode_val DEBUG
#FIXME: workaround for https://github.com/mctools/ncrystal/issues/166
echo " pkg_filter = [ '"'!'"PlugUtilsTests' ]" >> simplebuild.cfg
sb -t --testexcerpts=100
sbenv sb_core_extdeps --require-disabled Geant4
sbenv sb_core_extdeps --require NCrystal Numpy matplotlib ZLib

0 comments on commit f9aee12

Please sign in to comment.