We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8721ec commit 208c103Copy full SHA for 208c103
1 file changed
.github/workflows/python-testsuite.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
python -m pip install --upgrade pip
38
- pip install flake8 pytest aiida-core aiida-quantumespresso
+ pip install flake8 pytest~=6.0 pgtest~=1.3 aiida-core~=2.3 aiida-quantumespresso~=4.3
39
if [ ${{matrix.python-version}} -eq 2.7 ]; then pip install -r requirements2.txt;
40
else pip install -r requirements.txt; fi
41
0 commit comments