8000 Update the validation GH Action · realpython/pytest-mypy@c0f1bb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0f1bb3

Browse files
committed
Update the validation GH Action
ubuntu-20.04 is required for py36 now.
1 parent cf649b9 commit c0f1bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Validation
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu- 70BA 20.04
66
strategy:
77
matrix:
88
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-python@v4
1212
with:
1313
python-version: ${{ matrix.python-version }}
1414
- run: python -m pip install --upgrade tox-gh-actions

0 commit comments

Comments
 (0)
0