Skip to content

Commit b6cf3ca

Browse files
authored
Fixed wrong args
1 parent 865a3e7 commit b6cf3ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
manylinux: auto
2626
command: build
27-
args: --release --out dist --no-sdist
27+
args: --release --out dist --no-sdist --cargo-extra-args="--no-default-features --features openblas-static"
2828
- name: Install module
2929
run: |
30-
pip install feos --no-index --find-links dist --force-reinstall --cargo-extra-args="--no-default-features --features openblas-static"
30+
pip install feos --no-index --find-links dist --force-reinstall
3131
- name: Build documentation
3232
run: sphinx-build docs/ public/ -b html
3333
- name: Upload artifacts

0 commit comments

Comments
 (0)