Skip to content

Commit 208c103

Browse files
committed
Update github workflow
pgtest was missing for running aiida related tests
1 parent c8721ec commit 208c103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install flake8 pytest aiida-core aiida-quantumespresso
38+
pip install flake8 pytest~=6.0 pgtest~=1.3 aiida-core~=2.3 aiida-quantumespresso~=4.3
3939
if [ ${{matrix.python-version}} -eq 2.7 ]; then pip install -r requirements2.txt;
4040
else pip install -r requirements.txt; fi
4141

0 commit comments

Comments
 (0)