Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: use runs-on: ubuntu-20.04 where python 3.6 is required
Problem: The python linting job fails on ubuntu-latest because python 3.6 is no longer supported. Use runs-on: ubuntu-20.04 in the python-lint job so that python 3.6 can still be used.
- Loading branch information