summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Diemer <github.com@jensdiemer.de>2020-02-01 21:57:29 +0100
committerGitHub <noreply@github.com>2020-02-01 21:57:29 +0100
commit29c55fba5f1935948f5365d505b054050a8256a2 (patch)
tree7ba94c8499243d290c6aaf58e29d6ac74f17db03
parent68bfa4453cf47061dc4027b6da428f1680160c46 (diff)
downloadcreole-29c55fba5f1935948f5365d505b054050a8256a2.tar.gz
Update pythonapp.yml
lint only with python 3.8
-rw-r--r--.github/workflows/pythonapp.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml
index e2e51b9..d61b6d2 100644
--- a/.github/workflows/pythonapp.yml
+++ b/.github/workflows/pythonapp.yml
@@ -36,6 +36,7 @@ jobs:
make tox-listenvs
- name: 'Run linters'
+ if: matrix.python-version == '3.8'
run: |
source $HOME/.poetry/env
make lint