Skip to content

Commit 865a3e7

Browse files
authored
Use static openblas
1 parent af4b1f7 commit 865a3e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- name: Setup python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.9
19-
- name: Install openBLAS
20-
run: sudo apt-get install -y libopenblas-dev
18+
python-version: 3.9
2119
- name: Install python dependencies
2220
run: |
2321
pip install sphinx sphinx-bootstrap-theme nbsphinx ipython pygments
@@ -29,7 +27,7 @@ jobs:
2927
args: --release --out dist --no-sdist
3028
- name: Install module
3129
run: |
32-
pip install feos --no-index --find-links dist --force-reinstall
30+
pip install feos --no-index --find-links dist --force-reinstall --cargo-extra-args="--no-default-features --features openblas-static"
3331
- name: Build documentation
3432
run: sphinx-build docs/ public/ -b html
3533
- name: Upload artifacts

0 commit comments

Comments
 (0)