Skip to content

Commit

Permalink
ubuntuCI: added missing load pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 28, 2024
1 parent e974864 commit 658efd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 658efd3

Please sign in to comment.