We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5ef01 commit 1d102acCopy full SHA for 1d102ac
.github/workflows/pythonapp.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
4
jobs:
5
lint_test:
6
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v1
9
- name: Set up Python 3.x
@@ -19,7 +19,7 @@ jobs:
19
python3 -m flake8 . --count --show-source --statistics
20
21
linux_test:
22
23
env:
24
DISPLAY: :99.0
25
@@ -83,7 +83,7 @@ jobs:
83
python -m pytest --cov=kivy_garden.$flower_name --cov-report term --cov-branch
84
85
docs:
86
87
88
89
0 commit comments