Skip to content

Commit

Permalink
Use fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Nov 19, 2024
1 parent 8cee26b commit 22608be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: "Install dnf"
shell: bash
run: |
sudo apt-get install python3-dnf
sudo dnf install python3-dnf
python3 -c 'import dnf'
python3 -c 'import sys; print(sys.path)'
which python3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-format-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# use ubuntu-24.04, because the system version of python (3.12)
# matches the version we use in ./.github/actions/prepare-python.
runs-on: ubuntu-24.04
container:
image: "registry.fedoraproject.org/fedora:41"
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-python
Expand Down

0 comments on commit 22608be

Please sign in to comment.