Skip to content
Snippets Groups Projects
Commit 9dcc320d authored by Fokke Dijkstra's avatar Fokke Dijkstra
Browse files

Set version to Ubuntu 20.04 to allow Python 3.6. test.

parent 17c990c9
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ name: Tests
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.6", "3.7", "3.8", "3.9"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment