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 c12c6ea commit 1218417Copy full SHA for 1218417
.github/workflows/ci.yml
@@ -4,8 +4,7 @@ on:
4
push:
5
paths:
6
- "**.py"
7
- pull_request:
8
- release:
+
9
10
jobs:
11
@@ -15,7 +14,7 @@ jobs:
15
14
- uses: actions/checkout@v2
16
- uses: actions/setup-python@v1
17
with:
18
- python-version: '3.x'
+ python-version: 3.8
19
- run: pip install .[full,tests,lint]
20
21
- run: flake8
.github/workflows/ci_stdlib_only.yml
0 commit comments