We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c991d commit 755cf9dCopy full SHA for 755cf9d
.github/workflows/workflow.yml
@@ -8,6 +8,8 @@ on:
8
pull_request:
9
paths-ignore:
10
- '**.md'
11
+ workflow_dispatch:
12
+
13
jobs:
14
run:
15
name: Run
@@ -42,14 +44,14 @@ jobs:
42
44
run: python __tests__/verify-python.py 2.7
43
45
46
- name: Run with setup-python 3.5
- uses: ./
47
+ uses: actions/setup-python@v4
48
with:
49
python-version: 3.5
50
- name: Verify 3.5
51
run: python __tests__/verify-python.py 3.5
52
53
- name: Run with setup-python 3.6
54
55
56
python-version: 3.6
57
- name: Verify 3.6
0 commit comments