Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Jul 24, 2024
1 parent 052714a commit d32fa23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-20.04]
python-version: [3.8, 3.11, pypy-3.7]
python-version: [3.8, 3.11]
include:
- os: ubuntu-20.04
python-version: 3.6
python-version: [3.6, pypy-3.7]
- os: macos-latest
python-version: pypy-3.8
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
Expand Down

0 comments on commit d32fa23

Please sign in to comment.