From a0a63d1ea08a2f382fd23972a86066cb5956128e Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 21 May 2021 14:56:24 +0200 Subject: [PATCH] ci: run lint with py39 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9acc514ff..bdc30586e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -45,7 +45,7 @@ jobs: max-parallel: 2 matrix: task: [ - 38-lint, # https://github.com/PyCQA/pylint/issues/3882 + 39-lint, 36-unit, 39-unit, ] @@ -101,7 +101,7 @@ jobs: task: [ 39-acceptance-ghdl, 39-vcomponents-ghdl, - 38-lint, # https://github.com/PyCQA/pylint/issues/3882 + 39-lint, 36-unit, 39-unit, ]