Skip to content

Commit

Permalink
Merge pull request #45 from OpenDataServices/fix-tests
Browse files Browse the repository at this point in the history
Fix tests and lint
  • Loading branch information
Bjwebb authored Nov 25, 2022
2 parents 6393f0d + 8402ee8 commit e8b5019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
# Need to use an older Ubuntu so Python 3.6 is available
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
extras_require={
'test': [
'flake8',
'flake8<6',
'lxml',
'pytest',
],
Expand Down

0 comments on commit e8b5019

Please sign in to comment.