fix(ci): install mtl as a test dependency

This commit is contained in:
Anand Balakrishnan 2023-10-15 14:51:31 -07:00
parent a92b4c1b9d
commit c40025ae33
No known key found for this signature in database

View file

@ -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: |