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 cd6779d commit 45977bcCopy full SHA for 45977bc
1 file changed
.github/workflows/python-testsuite.yml
@@ -36,7 +36,6 @@ 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
- pip install git+https://github.com/mir-group/flare.git@development
40
if [ ${{matrix.python-version}} -eq 2.7 ]; then pip install -r requirements2.txt;
41
else pip install -r requirements.txt; fi
42
aiida-pseudo install
@@ -52,6 +51,7 @@ jobs:
52
51
53
sudo apt-get update
54
sudo apt-get install git gfortran libblas-dev liblapack-dev
+ pip install mir-flare
55
git clone https://github.com/SSCHAcode/CellConstructor.git
56
pip install meson meson-python ninja
57
cd CellConstructor
0 commit comments