We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0177ae1 commit b0e3942Copy full SHA for b0e3942
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
21
- name: Install dependencies
22
run: |
23
- python -m pip install --upgrade pip setuptools six wheel
+ python -m pip install --upgrade pip setuptools wheel
24
python -m pip install pytest-cov -r requirements.txt
25
- name: Run tests
26
# TODO: #8818 Re-enable quantum tests
0 commit comments