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 447818d commit 89d1273Copy full SHA for 89d1273
1 file changed
.github/workflows/python-testsuite.yml
@@ -13,11 +13,11 @@ jobs:
13
build:
14
15
runs-on: ubuntu-latest
16
-
+
17
strategy:
18
matrix:
19
python-version: [3.8]
20
21
services:
22
rabbitmq:
23
image: rabbitmq:latest
@@ -38,6 +38,7 @@ jobs:
38
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
+ aiida-pseudo install
42
43
- name: Lint with flake8
44
run: |
@@ -54,7 +55,7 @@ jobs:
54
55
cd CellConstructor
56
python setup.py install --user
57
cd ..
58
59
60
61
# Install julia requirements
0 commit comments