We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb49bd commit e8497a9Copy full SHA for e8497a9
.github/workflows/run_pytest.yaml
@@ -32,6 +32,7 @@ jobs:
32
post-cleanup: 'all'
33
- name: install pip dependencies and execute pytest
34
run: |
35
+ pip install typeguard==2.13.3
36
pip install cython==0.29.36 matscipy prettytable
37
pip install git+https://github.com/molmod/molmod
38
pip install git+https://github.com/molmod/yaff
@@ -76,6 +77,7 @@ jobs:
76
77
78
79
80
81
82
83
0 commit comments