Skip to content

Commit

Permalink
Drop six from our GitHub Actions (#11621)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 1, 2024
1 parent 0177ae1 commit 0abeeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0abeeab

Please sign in to comment.