Skip to content

Commit 45977bc

Browse files
committed
Install mir-flare after installing BLAS library
1 parent cd6779d commit 45977bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ 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-
pip install git+https://github.com/mir-group/flare.git@development
4039
if [ ${{matrix.python-version}} -eq 2.7 ]; then pip install -r requirements2.txt;
4140
else pip install -r requirements.txt; fi
4241
aiida-pseudo install
@@ -52,6 +51,7 @@ jobs:
5251
run: |
5352
sudo apt-get update
5453
sudo apt-get install git gfortran libblas-dev liblapack-dev
54+
pip install mir-flare
5555
git clone https://github.com/SSCHAcode/CellConstructor.git
5656
pip install meson meson-python ninja
5757
cd CellConstructor

0 commit comments

Comments
 (0)