Skip to content

Commit d574b31

Browse files
committed
[ci] Specified Python version as a string
Ref: actions/setup-python#160
1 parent 4818101 commit d574b31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pyatlan-pr.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
files: ${{ steps.distribute-integration-test-files.outputs.files }}
4040
strategy:
4141
matrix:
42-
python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
42+
# Specify version as a string
43+
# https://github.com/actions/setup-python/issues/160"
44+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4345

4446
steps:
4547
- name: Checkout code

0 commit comments

Comments
 (0)