Skip to content

Commit

Permalink
🧪🚑 Fix a typo in ubuntu-latest @ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 4, 2024
1 parent be52a82 commit 82c8c95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,37 +610,37 @@ jobs:
xfail:
- false
include:
- runner-vm-os: ubuntu-lates
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
environment-variables: ''
tox-run-posargs: python-check-blanket-noqa --all-files
xfail: true
- runner-vm-os: ubuntu-lates
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
environment-variables: ''
tox-run-posargs: flake8 --all-files
xfail: true
- runner-vm-os: ubuntu-lates
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
environment-variables: ''
tox-run-posargs: mypy-py313 --all-files
xfail: true
- runner-vm-os: ubuntu-lates
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
environment-variables: ''
tox-run-posargs: mypy-py312 --all-files
xfail: true
- runner-vm-os: ubuntu-lates
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
environment-variables: ''
tox-run-posargs: mypy-py311 --all-files
xfail: true
- runner-vm-os: ubuntu-lates
- runner-vm-os: ubuntu-latest
python-version: 3.11
toxenv: pre-commit
environment-variables: ''
Expand Down

0 comments on commit 82c8c95

Please sign in to comment.