ci: Pin Fedora container for pylint
This is so that new pylint errors with the version in Fedora 37 can be fixed in a separate, subsequent PR.
This commit is contained in:
parent
9975f38990
commit
c4de854fc3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
name: "🐍 Lint"
|
name: "🐍 Lint"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: registry.fedoraproject.org/fedora:latest
|
image: registry.fedoraproject.org/fedora:36
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue