Skip to content

Commit cd0bf6b

Browse files
authored
Merge pull request #11 from pyper-dev/dev
enable manual test run
2 parents d06dcf0 + ea811e1 commit cd0bf6b

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)