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 5436fd5 commit 13a2769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watchman_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Install
# Development version of OpenMDAO is installed to ensure preview of any problem.
# Installing pytest-cov is needed because of pytest.ini
# Note: nbval 0.10 incompatible with pytest 8.1
run: |
pip install git+https://github.com/OpenMDAO/OpenMDAO.git
pip install .
# nbval 0.10 incompatible with pytest 8.1
pip install pytest==8.0.2 pytest-cov nbval
shell: bash

Expand Down

0 comments on commit 13a2769

Please sign in to comment.