Skip to content

Commit

Permalink
check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esharf committed Oct 9, 2024
1 parent a60026c commit 1e16e2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
fail-fast: false
matrix:
include:
- python-vertion: "3.8"
- python-vertion: "3.9"
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
- python-vertion: 3.8
- python-vertion: 3.9
- python-version: 3.10
- python-version: 3.11
- python-version: 3.12
upload-coverage: true

steps:
Expand Down

0 comments on commit 1e16e2d

Please sign in to comment.