We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4b1f7 commit 865a3e7Copy full SHA for 865a3e7
.github/workflows/documentation.yml
@@ -15,9 +15,7 @@ jobs:
15
- name: Setup python
16
uses: actions/setup-python@v2
17
with:
18
- python-version: 3.9
19
- - name: Install openBLAS
20
- run: sudo apt-get install -y libopenblas-dev
+ python-version: 3.9
21
- name: Install python dependencies
22
run: |
23
pip install sphinx sphinx-bootstrap-theme nbsphinx ipython pygments
@@ -29,7 +27,7 @@ jobs:
29
27
args: --release --out dist --no-sdist
30
28
- name: Install module
31
32
- pip install feos --no-index --find-links dist --force-reinstall
+ pip install feos --no-index --find-links dist --force-reinstall --cargo-extra-args="--no-default-features --features openblas-static"
33
- name: Build documentation
34
run: sphinx-build docs/ public/ -b html
35
- name: Upload artifacts
0 commit comments