Drop six from our GitHub Actions (#11621)

Drop https://six.readthedocs.io
This commit is contained in:
Christian Clauss 2024-10-01 17:32:31 +02:00 committed by GitHub
parent 0177ae1cd5
commit 0abeeab39f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools six wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install pytest-cov -r requirements.txt
- name: Run tests
# TODO: #8818 Re-enable quantum tests