Skip to content

Commit

Permalink
Fixed watchman test
Browse files Browse the repository at this point in the history
pytest 8.1 breaks nbval 0.10
  • Loading branch information
christophe-david committed Mar 4, 2024
1 parent 958d9fa commit 5436fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/watchman_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
run: |
pip install git+https://github.com/OpenMDAO/OpenMDAO.git
pip install .
pip install pytest pytest-cov nbval
# nbval 0.10 incompatible with pytest 8.1
pip install pytest==8.0.2 pytest-cov nbval
shell: bash

- name: List installed packages
Expand Down

0 comments on commit 5436fd5

Please sign in to comment.