Skip to content

Commit

Permalink
Merge pull request #1291 from AleksaC/reintroduce-pypy-to-ci
Browse files Browse the repository at this point in the history
Reintroduce PyPy for Windows in CI
  • Loading branch information
kngwyu authored Nov 21, 2020
2 parents c621b70 + f54769c commit 86f4d00
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 86f4d00

Please sign in to comment.