Skip to content

Commit e8497a9

Browse files
committed
pin typeguard to older version in CI to avoid bunch of failing tests
1 parent eeb49bd commit e8497a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_pytest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
post-cleanup: 'all'
3333
- name: install pip dependencies and execute pytest
3434
run: |
35+
pip install typeguard==2.13.3
3536
pip install cython==0.29.36 matscipy prettytable
3637
pip install git+https://github.com/molmod/molmod
3738
pip install git+https://github.com/molmod/yaff
@@ -76,6 +77,7 @@ jobs:
7677
post-cleanup: 'all'
7778
- name: install pip dependencies and execute pytest
7879
run: |
80+
pip install typeguard==2.13.3
7981
pip install cython==0.29.36 matscipy prettytable
8082
pip install git+https://github.com/molmod/molmod
8183
pip install git+https://github.com/molmod/yaff

0 commit comments

Comments
 (0)