Skip to content

Commit

Permalink
try fix for the windows matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
energynumbers authored Dec 2, 2024
1 parent d44b21a commit 53439c1
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# This file is autogenerated by maturin v0.14.15
# To update, run
#
# maturin init
#
# This file was edited manually to add
# The original was autogenerated by maturin v0.14.15
on:
push:
branches:
Expand Down Expand Up @@ -119,11 +116,8 @@ jobs:
needs: lint_and_test
strategy:
matrix:
platform:
- target: x64
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
- target: x86
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
target: [x64, x86]
interpreter: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 53439c1

Please sign in to comment.