From cbf2d5ea8022d150af8f27881e61658f39d9c7d5 Mon Sep 17 00:00:00 2001 From: Thomas Kittelmann Date: Mon, 19 Feb 2024 19:00:56 +0100 Subject: [PATCH] Fix CI --- .github/workflows/basictest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basictest.yml b/.github/workflows/basictest.yml index 8e66a9c..15f78bf 100644 --- a/.github/workflows/basictest.yml +++ b/.github/workflows/basictest.yml @@ -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 @@ -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