Skip to content

Commit

Permalink
Fix tests on Python 3.10 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed May 26, 2023
1 parent 4798879 commit 51b7b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dali_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9, 3.10, 3.11]
python: [3.8, 3.9, '3.10', 3.11]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9, 3.10, 3.11]
python: [3.8, 3.9, '3.10', 3.11]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit 51b7b07

Please sign in to comment.