Skip to content

Commit

Permalink
Fix float treating version
Browse files Browse the repository at this point in the history
  • Loading branch information
luqasz committed Jul 15, 2024
1 parent f3b3328 commit 41e619f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 41e619f

Please sign in to comment.