From 658efd365f62200fbc16f8a661deb98839bf36f9 Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Mon, 28 Oct 2024 15:30:28 +0100 Subject: [PATCH] ubuntuCI: added missing load pytest --- .github/workflows/continuous-ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-ubuntu.yml b/.github/workflows/continuous-ubuntu.yml index e6303ff9..ef253a8e 100644 --- a/.github/workflows/continuous-ubuntu.yml +++ b/.github/workflows/continuous-ubuntu.yml @@ -95,6 +95,8 @@ jobs: shell: bash run: | if ${{ matrix.config == 'Release'}}; then + source /spack/share/spack/setup-env.sh + spack load py-pytest ctest -C ${{ matrix.config }} else export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}