Skip to content

Commit

Permalink
Require CADET-Core >=v5.0.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Dec 12, 2024
1 parent 896343b commit 2fc60e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
- name: Test with pytest
run: |
pip install .[testing]
mamba install cadet>5.0.2 -c conda-forge
mamba install -c conda-forge cadet>=5.0.3
pytest tests --rootdir=tests -m "not slow and not local"

0 comments on commit 2fc60e2

Please sign in to comment.