Skip to content

Commit

Permalink
Honestly just guessing on how to fix this now.
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot committed Oct 30, 2023
1 parent 28be425 commit 531e511
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
python-version: ['3.10']
python-version: ['3.9', '3.10', '3.11']
include:
- os: ubuntu-22.04
python-version: ['3.9', '3.10', '3.11']
- os: ubuntu-20.04
python-version: ['3.10']
- os: macos-latest
python-version: ['3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 531e511

Please sign in to comment.