Skip to content

Commit

Permalink
Used quotes for python version 3.10
Browse files Browse the repository at this point in the history
Otherwise GitHub interprets this as "3.1".
  • Loading branch information
ckunki committed Jun 10, 2024
1 parent e11f91d commit 11bff5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: 3.10
poetry-version: 1.2.2
python-version: "3.10"
poetry-version: "1.2.2"

- name: Run SaaS Tests
env:
Expand Down

0 comments on commit 11bff5a

Please sign in to comment.