Skip to content

Commit

Permalink
Fix python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Oct 27, 2024
1 parent a83799c commit da11286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build

env:
PYTHON_MAIN_VERSION: 3.10
PYTHON_MAIN_VERSION: "3.10"

on:
pull_request:
Expand All @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit da11286

Please sign in to comment.