Skip to content

Commit 89d1273

Browse files
Added the "aiida-pseudo install" into github testsuite
1 parent 447818d commit 89d1273

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/python-testsuite.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
16+
1717
strategy:
1818
matrix:
1919
python-version: [3.8]
20-
20+
2121
services:
2222
rabbitmq:
2323
image: rabbitmq:latest
@@ -38,6 +38,7 @@ jobs:
3838
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
41+
aiida-pseudo install
4142
4243
- name: Lint with flake8
4344
run: |
@@ -54,7 +55,7 @@ jobs:
5455
cd CellConstructor
5556
python setup.py install --user
5657
cd ..
57-
58+
5859
python setup.py install --user
5960
6061
# Install julia requirements

0 commit comments

Comments
 (0)