Skip to content

Commit

Permalink
Reintroduce pypy for Windows in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaC committed Nov 21, 2020
1 parent c621b70 commit f54769c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
{ os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },
]
exclude:
# See https://github.com/PyO3/pyo3/pull/1215 for why.
# There is no 64-bit pypy on windows
- python-version: pypy3
platform: { os: "windows-latest" }
platform: { os: "windows-latest", python-architecture: "x64" }
include:
# Test minimal supported Rust version
- rust: 1.45.0
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
shell: bash
run: |
for example_dir in examples/*; do
tox -c $example_dir -e py
tox --discover $(which python) -c $example_dir -e py
done
env:
Expand Down

0 comments on commit f54769c

Please sign in to comment.