Skip to content

Commit 755cf9d

Browse files
authored
Update workflow.yml
1 parent 98c991d commit 755cf9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/workflow.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
paths-ignore:
1010
- '**.md'
11+
workflow_dispatch:
12+
1113
jobs:
1214
run:
1315
name: Run
@@ -42,14 +44,14 @@ jobs:
4244
run: python __tests__/verify-python.py 2.7
4345

4446
- name: Run with setup-python 3.5
45-
uses: ./
47+
uses: actions/setup-python@v4
4648
with:
4749
python-version: 3.5
4850
- name: Verify 3.5
4951
run: python __tests__/verify-python.py 3.5
5052

5153
- name: Run with setup-python 3.6
52-
uses: ./
54+
uses: actions/setup-python@v4
5355
with:
5456
python-version: 3.6
5557
- name: Verify 3.6

0 commit comments

Comments
 (0)