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 f5a6b9f commit 45df581Copy full SHA for 45df581
1 file changed
.github/workflows/python-testsuite.yml
@@ -51,12 +51,15 @@ jobs:
51
run: |
52
sudo apt-get update
53
sudo apt-get install git gfortran libblas-dev liblapack-dev
54
- pip install mir-flare
55
git clone https://github.com/SSCHAcode/CellConstructor.git
56
pip install meson meson-python ninja
57
cd CellConstructor
58
pip install --no-build-isolation .
59
cd ..
+ git clone --depth 1 https://github.com/mir-group/flare.git flare
60
+ cd flare
61
+ pip install .
62
+ cd ..
63
64
65
0 commit comments