Skip to content

Commit

Permalink
ci: Pin Fedora container for pylint
Browse files Browse the repository at this point in the history
This is so that new pylint errors with the version in Fedora 37 can be
fixed in a separate, subsequent PR.
  • Loading branch information
ochosi committed Nov 16, 2022
1 parent 30689cc commit 883a0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "🐍 Lint"
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:latest
image: registry.fedoraproject.org/fedora:36
steps:

- name: Install test dependencies
Expand Down

0 comments on commit 883a0fc

Please sign in to comment.