We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865a3e7 commit b6cf3caCopy full SHA for b6cf3ca
1 file changed
.github/workflows/documentation.yml
@@ -24,10 +24,10 @@ jobs:
24
with:
25
manylinux: auto
26
command: build
27
- args: --release --out dist --no-sdist
+ args: --release --out dist --no-sdist --cargo-extra-args="--no-default-features --features openblas-static"
28
- name: Install module
29
run: |
30
- pip install feos --no-index --find-links dist --force-reinstall --cargo-extra-args="--no-default-features --features openblas-static"
+ pip install feos --no-index --find-links dist --force-reinstall
31
- name: Build documentation
32
run: sphinx-build docs/ public/ -b html
33
- name: Upload artifacts
0 commit comments