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 32f2b4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
python-version: [3.8, 3.11, pypy-3.7]
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 32f2b4d

Please sign in to comment.