Skip to content

Commit

Permalink
github: ensure python3 is installed in Fedora containers
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k authored and supakeen committed Sep 6, 2024
1 parent 1fee9a7 commit a857cec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install python3
# The Fedora 41 container doesn't have python3 installed by default
run: dnf -y install python3

- name: Set up repository for pinned osbuild commit
run: ./test/scripts/setup-osbuild-repo

Expand Down

0 comments on commit a857cec

Please sign in to comment.