Skip to content

Commit

Permalink
pin typeguard to older version in CI to avoid bunch of failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Feb 13, 2024
1 parent eeb49bd commit e8497a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
post-cleanup: 'all'
- name: install pip dependencies and execute pytest
run: |
pip install typeguard==2.13.3
pip install cython==0.29.36 matscipy prettytable
pip install git+https://github.com/molmod/molmod
pip install git+https://github.com/molmod/yaff
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
post-cleanup: 'all'
- name: install pip dependencies and execute pytest
run: |
pip install typeguard==2.13.3
pip install cython==0.29.36 matscipy prettytable
pip install git+https://github.com/molmod/molmod
pip install git+https://github.com/molmod/yaff
Expand Down

0 comments on commit e8497a9

Please sign in to comment.