Skip to content

Commit

Permalink
ci: run lint with py39
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 21, 2021
1 parent 7947000 commit a0a63d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
Expand Down Expand Up @@ -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,
]
Expand Down

0 comments on commit a0a63d1

Please sign in to comment.