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 fd9746b commit bb13ecdCopy full SHA for bb13ecd
.github/workflows/ci.yml
@@ -4,16 +4,13 @@ on:
4
push:
5
paths:
6
- "**.py"
7
- pull_request:
8
- paths:
9
- - "**.py"
10
11
jobs:
12
13
linux:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
17
- uses: actions/setup-python@v1
18
with:
19
python-version: '3.x'
@@ -26,7 +23,7 @@ jobs:
26
23
windows:
27
24
runs-on: windows-latest
28
25
29
30
31
32
0 commit comments