Skip to content

Commit

Permalink
ci: fix github actions
Browse files Browse the repository at this point in the history
Signed-off-by: ATTY Lionel <[email protected]>
  • Loading branch information
ATTY Lionel committed Aug 8, 2024
1 parent 9ad4f02 commit 2caaa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8.5
python-version: 3.9.5
- name: Resolve poetry dependency
uses: abatilo/[email protected]
with:
Expand All @@ -49,7 +49,7 @@ jobs:
max-parallel: 12
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2caaa62

Please sign in to comment.