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 d4e4fd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ 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
- os: ubuntu-20.04
python-version: pypy-3.7
- os: macos-latest
python-version: pypy-3.11
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
Expand Down

0 comments on commit d4e4fd4

Please sign in to comment.