Skip to content

Commit d06dcf0

Browse files
authored
Merge pull request #10 from pyper-dev/dev
fix workflow bug
2 parents 1d9f46c + ec7f83a commit d06dcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: ${{ matrix.python-version }}
33+
python-version: "${{ matrix.python-version }}"
3434

3535
- name: Install dependencies
3636
run: |

0 commit comments

Comments
 (0)