Skip to content

Commit eaf3367

Browse files
Update examples.yml
1 parent 391b109 commit eaf3367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
16-
Python: [3.8, 3.9, 3.10, 3.11, 3.12]
16+
Python: ['3.8', '3.9', '3.10', '3.11', '3.12']
1717
runs-on: ${{matrix.os}}
1818
env:
1919
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'adopt'
2525
- uses: actions/setup-python@v4
2626
with:
27-
python-version: '${{matrix.Python}}'
27+
python-version: ${{matrix.Python}}
2828
- run: pip3 install --upgrade pip
2929
shell: bash
3030
- run: mkdir ${{matrix.os}}-Python${{matrix.Python}}

0 commit comments

Comments
 (0)