Skip to content

Commit

Permalink
Only run py39 and py310 on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Oct 23, 2023
1 parent 42500c7 commit 3ac350a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ jobs:
test:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest]
py3version: ["9", "10", "11"]
include:
- os: windows-latest
py3version: "11"
- os: macos-latest
py3version: "11"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3ac350a

Please sign in to comment.