Skip to content

Commit

Permalink
add python installation in self-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Nov 16, 2024
1 parent ecfa51b commit 8f8bbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
container: registry.fedoraproject.org/fedora:latest
steps:
- name: Install dependencies
run: dnf install -y git-core
run: dnf install -y git-core python
- name: Check out repository
uses: actions/checkout@v3
- name: Run self-test
Expand Down

0 comments on commit 8f8bbf0

Please sign in to comment.