Skip to content

Commit

Permalink
Update CI for Fedora 41
Browse files Browse the repository at this point in the history
Fedora 41 (now GA and therefore 'latest') uses dnf5 by default, while
Content Resolver is still using python3-dnf from dnf-4.
  • Loading branch information
yselkowitz committed Oct 30, 2024
1 parent 658690a commit b9cf693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: code/input

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

- name: Run get_configs and set output
run: python3 test_config_files.py
Expand Down

0 comments on commit b9cf693

Please sign in to comment.