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 8f73ea7 commit 645250cCopy full SHA for 645250c
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.pyver }}
22
- name: Install python dependencies
23
run: |
24
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools
25
pip install 'Cython' 'tox<4'
26
27
- name: Run unittest
0 commit comments