Skip to content

Commit

Permalink
tests: skip pypy on windows (#976)
Browse files Browse the repository at this point in the history
* skip pypy on windows

* matrix, not macos...
  • Loading branch information
altendky committed Mar 15, 2023
1 parent b0255ba commit 344f342
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ jobs:
timeout: 15
os:
- name: Linux
matrix: linux
emoji: 🐧
runs-on: [ubuntu-latest]
- name: macOS
matrix: macos
emoji: 🍎
runs-on: [macos-latest]
- name: Windows
matrix: windows
emoji: 🪟
runs-on: [windows-latest]
python:
Expand Down Expand Up @@ -73,6 +76,14 @@ jobs:
name: Linux
emoji: 🐧
runs-on: [ubuntu-latest]
exclude:
- os:
matrix: windows
python: "pypy-3.8"
- os:
matrix: windows
python: "pypy-3.9"


steps:
- name: Checkout
Expand Down

0 comments on commit 344f342

Please sign in to comment.