From ae8a2830569430aed1f149564684c1d0072ea773 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 3 Apr 2025 12:22:36 +0200 Subject: [PATCH] python with dnf --- .gitea/workflows/rh9-native.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index d9e3aa0..8567419 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -14,14 +14,11 @@ jobs: image: gitea.psi.ch/images/rhel9-developer-gitea-actions steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: 3.12 - cache: 'pip' + - name: Install dependencies run: | - dnf install -y cmake + dnf install -y cmake python3.12 python3.12-pip - name: Build library run: |