Skip to content

Commit

Permalink
🔧 add missing skip version check in test (non-vanilla)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 28, 2024
1 parent e15d6d5 commit 902a74b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Build wheels (NT)
if: matrix.os == 'windows-latest'
uses: PyO3/maturin-action@v1
env:
UNSAFE_PYO3_SKIP_VERSION_CHECK: 1
with:
args: --release --out dist
sccache: 'true'
Expand Down

0 comments on commit 902a74b

Please sign in to comment.