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: