Skip to content

Commit

Permalink
update workflow github
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Mamalet committed Oct 14, 2024
1 parent a2729a5 commit 76448d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: [3.9, "3.10", 3.11]

steps:
- uses: actions/checkout@v1
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: 3.9
pt-version: 1.10.2
- python-version: "3.10"
pt-version: 2.1.2
- python-version: "3.11"
pt-version: 2.4.1
include:
- python-version: 3.9
pt-version: 1.10.2
- python-version: "3.10"
pt-version: 2.1.2
- python-version: "3.11"
pt-version: 2.4.1

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 76448d8

Please sign in to comment.