Skip to content

Commit 967f7c6

Browse files
committed
Update CI for Fedora 41
Fedora 41 (now GA and therefore 'latest') uses dnf5 by default, while Content Resolver is still using python3-dnf from dnf-4.
1 parent 662aa41 commit 967f7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/config-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: code/input
2424

2525
- name: Install git and Python libraries
26-
run: dnf -y install git-core python3-koji python3-yaml python3-jinja2 python3-pytest python3-flake8
26+
run: dnf -y install git-core python3-dnf python3-koji python3-yaml python3-jinja2 python3-pytest python3-flake8
2727

2828
- name: Run get_configs and set output
2929
run: python3 test_config_files.py

0 commit comments

Comments
 (0)