Skip to content

Commit

Permalink
Fix python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Belyi committed Sep 15, 2024
1 parent 8b41d84 commit 5d4e7d0
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 @@ -16,8 +16,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.8, 3.10, 3.12]
poetry-version: [1.8.3]
python-version: ['3.8', '3.10', '3.12']
poetry-version: ['1.8.3']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 5d4e7d0

Please sign in to comment.