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