Skip to content

Commit

Permalink
Forgot to install coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Feb 23, 2024
1 parent 74588f1 commit 0b5f380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test_JUWELS:
- pwd
- ls -lah
- pip install -e .
- pip install pytest-benchmark
- pip install pytest-benchmark coverage
script:
# - touch benchmarks/output.json
- echo $SYSTEMNAME
Expand Down
2 changes: 1 addition & 1 deletion etc/juwels_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#SBATCH --output=sbatch.out
#SBATCH --error=sbatch.err

srun python -m coverage run -m pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks.json
srun python -m pytest --continue-on-collection-errors -v pySDC/tests -m "benchmark" --benchmark-json=benchmarks.json

0 comments on commit 0b5f380

Please sign in to comment.