From b2a11672c87bc142b0a165729b5dcfa2bb965be0 Mon Sep 17 00:00:00 2001 From: Jaroslav Groman Date: Wed, 24 Jun 2026 16:34:00 +0200 Subject: [PATCH] Remove setuptools install step --- .forgejo/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 7becc0e..80c3492 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -31,8 +31,6 @@ jobs: # This is chosen to match our production environment image: registry.access.redhat.com/ubi9/python-311 steps: - - name: Install setuptools - run: dnf -y install python3.11-setuptools-wheel python3.11-setuptools - name: Check out the project source uses: actions/checkout@v6 with: