Skip to content

Commit ea811e1

Browse files
committed
enable manual test run
1 parent ec7f83a commit ea811e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
paths:
88
- "src/pyper/**"
99
- "tests/**"
10+
11+
workflow_dispatch:
12+
1013

1114
jobs:
1215
test:
@@ -30,7 +33,7 @@ jobs:
3033
- name: Set up Python
3134
uses: actions/setup-python@v4
3235
with:
33-
python-version: "${{ matrix.python-version }}"
36+
python-version: ${{ matrix.python-version }}
3437

3538
- name: Install dependencies
3639
run: |

0 commit comments

Comments
 (0)