Skip to content

Commit 4afd3f4

Browse files
committed
Fixed the workflow and the requirements
1 parent ed2398a commit 4afd3f4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/python-testsuite.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
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
39+
4140
aiida-pseudo install
4241
4342
- name: Lint with flake8
@@ -56,7 +55,7 @@ jobs:
5655
git clone https://github.com/SSCHAcode/python-sscha.git
5756
5857
pip install meson meson-python ninja
59-
pip install mpi4py
58+
pip install numpy scipy mpi4py spglib
6059
6160
cd CellConstructor
6261
pip install --no-build-isolation .

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
setuptools
21
numpy
32
scipy
4-
ase
53
spglib
64
cellconstructor
75
python-sscha

0 commit comments

Comments
 (0)