Skip to content

Commit c0e9aa3

Browse files
committed
fixing typo and version for yaml parsing correctly
1 parent 87e214c commit c0e9aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
20+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2121
steps:
2222
- uses: actions/checkout@v4
2323

@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Test import
3737
run: |
38-
PY_VESION=$(echo ${{ matrix.python-version }} | sed 's/\.//g')
38+
PY_VERSION=$(echo ${{ matrix.python-version }} | sed 's/\.//g')
3939
4040
ls -la ./wheelhouse/
4141

0 commit comments

Comments
 (0)