Skip to content

Commit 0b1e039

Browse files
authored
Merge pull request #2872 from LKuemmel/fix
update ubuntu version to latest in github action
2 parents 42d2e89 + 50194d4 commit 0b1e039

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/github-actions-python.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on: pull_request
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 0
12-
- name: Set up Python 3.5
12+
- name: Set up Python
1313
uses: actions/setup-python@v3
1414
with:
15-
python-version: "3.5"
15+
python-version: "3.9.12"
1616
env:
1717
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
1818
- name: Install dependencies
@@ -23,6 +23,7 @@ jobs:
2323
uses: TrueBrain/[email protected]
2424
with:
2525
path: packages
26+
flake8_version: 5.0.4
2627
- name: Test with pytest
2728
run: |
2829
PYTHONPATH=packages python -m pytest packages modules

0 commit comments

Comments
 (0)