Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Feb 8, 2023
1 parent a24deac commit ec447bf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ jobs:
- uses: pre-commit/action@v2.0.3
tests:
name: "Test with python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: ubuntu-latest
runs-on: ${{ matrix.machine }}
strategy:
matrix:
python-version: ["3.6", "3.8", "3.10", "3.11"]
include:
- python-version: "3.6"
machine: ubuntu-20.04
- python-version: "3.8"
machine: ubuntu-20.04
- python-version: "3.10"
machine: ubuntu-22.04
- python-version: "3.11"
machine: ubuntu-22.04
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"
Expand Down

0 comments on commit ec447bf

Please sign in to comment.