fix(ci): install mtl as a test dependency
This commit is contained in:
parent
a92b4c1b9d
commit
c40025ae33
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
- name: Rust Tests
|
- name: Rust Tests
|
||||||
run: RUST_BACKTRACE=1 cargo test --release
|
run: RUST_BACKTRACE=1 cargo test --release
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
run: maturin develop --release --manifest-path pyargus/Cargo.toml -E test
|
||||||
- name: Python Tests
|
- name: Python Tests
|
||||||
run: RUST_BACKTRACE=1 pytest pyargus --hypothesis-explain
|
run: RUST_BACKTRACE=1 pytest pyargus --hypothesis-explain
|
||||||
|
|
||||||
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
cargo +nightly check --workspace
|
cargo +nightly check --workspace
|
||||||
cargo +nightly clippy --workspace
|
cargo +nightly clippy --workspace
|
||||||
- name: Build Python package
|
- name: Build Python package
|
||||||
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
run: maturin develop --release --manifest-path pyargus/Cargo.toml -E dev
|
||||||
- name: Python checks
|
- name: Python checks
|
||||||
working-directory: pyargus
|
working-directory: pyargus
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue