fix(ci): don't have to specify interpreter for maturin develop
This commit is contained in:
parent
22479aa7af
commit
29040fd0e6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
run: cargo test --release
|
run: cargo test --release
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
run: maturin develop --release -i ${{ matrix.python-version }} --manifest-path pyargus/Cargo.toml
|
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
||||||
- name: Python Tests
|
- name: Python Tests
|
||||||
if: matrix.target == 'x86_64'
|
if: matrix.target == 'x86_64'
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
run: cargo test --release
|
run: cargo test --release
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: maturin develop --release -i ${{ matrix.python-version }} --manifest-path pyargus/Cargo.toml
|
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
||||||
- name: Python Tests
|
- name: Python Tests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: pytest pyargus
|
run: pytest pyargus
|
||||||
|
|
@ -133,7 +133,7 @@ jobs:
|
||||||
run: cargo test --release
|
run: cargo test --release
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
run: maturin develop --release -i ${{ matrix.python-version }} --manifest-path pyargus/Cargo.toml
|
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
||||||
- name: Python Tests
|
- name: Python Tests
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
run: pytest pyargus
|
run: pytest pyargus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue