Skip to content

Commit

Permalink
Compare windows, linux, win32
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Sep 30, 2024
1 parent f00ca0b commit d0e3667
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
fail-fast: false
matrix:
#python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]
python-version: ["3.10"]
platform: [
#{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
#{ os: "macOS-13", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
#{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
{ os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },
]
# include:
Expand Down Expand Up @@ -74,7 +74,6 @@ jobs:
- name: Test
run: |
pip install "numpy" ml_dtypes
$Env:RUST_BACKTRACE = 1
cargo test --all-features --verbose -- --nocapture
# Not on PyPy, because no embedding API
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
Expand Down

0 comments on commit d0e3667

Please sign in to comment.