Skip to content

Commit f6ca41c

Browse files
committed
Fix actions/setup-python@v4
1 parent 6f40168 commit f6ca41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [ 3.10 ]
9+
python-version: [ '3.10' ]
1010
os: [ ubuntu-latest ]
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)