We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0fb68 commit 4fffc0eCopy full SHA for 4fffc0e
1 file changed
.github/workflows/build.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build-and-test:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
13
strategy:
14
matrix:
15
python-version:
@@ -36,7 +36,7 @@ jobs:
36
run: sudo PATH=$PATH coverage run setup.py test
37
38
release:
39
40
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
41
needs:
42
- build-and-test
0 commit comments