Remove setuptools install step
All checks were successful
Run tests and linters / test (pull_request) Successful in 2m26s

This commit is contained in:
Jaroslav Groman 2026-06-24 16:34:00 +02:00
commit b2a11672c8

View file

@ -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: