Skip to content

Commit 45df581

Browse files
committed
Try fixing flare build
1 parent f5a6b9f commit 45df581

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python-testsuite.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@ jobs:
5151
run: |
5252
sudo apt-get update
5353
sudo apt-get install git gfortran libblas-dev liblapack-dev
54-
pip install mir-flare
5554
git clone https://github.com/SSCHAcode/CellConstructor.git
5655
pip install meson meson-python ninja
5756
cd CellConstructor
5857
pip install --no-build-isolation .
5958
cd ..
59+
git clone --depth 1 https://github.com/mir-group/flare.git flare
60+
cd flare
61+
pip install .
62+
cd ..
6063
6164
pip install --no-build-isolation .
6265

0 commit comments

Comments
 (0)