install python through dnf

This commit is contained in:
lleyton
2022-10-19 21:41:04 -07:00
committed by GitHub
parent d1a1bf9224
commit 031adc3bdd
+1 -6
View File
@@ -15,18 +15,13 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Install packages
run: dnf install -y rpmdevtools git
run: dnf install -y rpmdevtools git python
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
# - name: Setup Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.10"
- name: Run Update
run: bash ./update.sh