We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2398a commit 4afd3f4Copy full SHA for 4afd3f4
.github/workflows/python-testsuite.yml
@@ -36,8 +36,7 @@ jobs:
36
run: |
37
python -m pip install --upgrade pip
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
@@ -56,7 +55,7 @@ jobs:
56
55
git clone https://github.com/SSCHAcode/python-sscha.git
57
58
pip install meson meson-python ninja
59
- pip install mpi4py
+ pip install numpy scipy mpi4py spglib
60
61
cd CellConstructor
62
pip install --no-build-isolation .
requirements.txt
@@ -1,7 +1,5 @@
1
-setuptools
2
numpy
3
scipy
4
-ase
5
spglib
6
cellconstructor
7
python-sscha
0 commit comments