Disable rust-cache in CI (#372)
parent
80a1c60aab
commit
d87ba998ca
|
@ -47,7 +47,7 @@ jobs:
|
|||
UNSAFE_PYO3_SKIP_VERSION_CHECK: ${{ matrix.unsafe-pyo3-skip-version-check }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ["3.12"]
|
||||
allow-prereleases: [false]
|
||||
unsafe-pyo3-skip-version-check: [0]
|
||||
|
@ -99,6 +99,6 @@ jobs:
|
|||
with:
|
||||
toolchain: "stable"
|
||||
|
||||
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # 2.7.3
|
||||
- run: python3 -m pip install nox
|
||||
#- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # 2.7.3
|
||||
- run: python -m pip install nox
|
||||
- run: nox -s test-${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in New Issue