From 031adc3bdd5ec775db2f1db0d4ae1eec8349b9f9 Mon Sep 17 00:00:00 2001 From: lleyton Date: Wed, 19 Oct 2022 21:41:04 -0700 Subject: [PATCH] install python through dnf --- .github/workflows/update.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index cbec084c1b..f5641966ea 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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