Skip to content

Commit a57dc99

Browse files
authored
Merge pull request #407 from OpenDataServices/fix-tests-and-lint
actions: Fix python 3.6 tests and lint
2 parents 13eeb5e + 10076ee commit a57dc99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on: [push, pull_request]
33

44
jobs:
55
build:
6-
runs-on: ubuntu-latest
6+
# Need to use an older Ubuntu so Python 3.6 is available
7+
runs-on: ubuntu-20.04
78
strategy:
89
matrix:
910
python-version: [ '3.6', '3.7', '3.8', '3.9']

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ pytest-localserver
77
sphinx
88
sphinx_rtd_theme
99
isort
10-
flake8
10+
flake8<6
1111
black==22.3.0
1212
transifex-client

0 commit comments

Comments
 (0)