We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4544b commit d04cc82Copy full SHA for d04cc82
.github/workflows/ci.yml
@@ -61,8 +61,8 @@ jobs:
61
uses: actions/[email protected]
62
with:
63
python-version: ${{ matrix.python-version }}
64
- - name: Install tox and upgrade setuptools and pip
65
- run: pip install --upgrade tox setuptools pip
+ - name: Install tox and upgrade setuptools
+ run: pip install --upgrade tox setuptools
66
- name: Install build dependencies (Linux) # Yasm in pypa/manylinux images.
67
run: sudo apt install yasm
68
if: runner.os == 'Linux'
0 commit comments