Skip to content

Commit

Permalink
Merge pull request #2 from commercetest/julianharty-patch-1
Browse files Browse the repository at this point in the history
Update python-package.yml
  • Loading branch information
julianharty authored Apr 26, 2024
2 parents b8948d4 + 4240f4f commit a20f20c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# Note: github's parser has a bug and read 3.10 as 3.1, see https://github.com/actions/runner/issues/1989

name: build

Expand All @@ -16,7 +17,7 @@ jobs:
strategy:
fail-fast: false
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 a20f20c

Please sign in to comment.