Skip to content

Commit 645250c

Browse files
committed
install setuptools for test
1 parent 8f73ea7 commit 645250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.pyver }}
2222
- name: Install python dependencies
2323
run: |
24-
python -m pip install --upgrade pip
24+
python -m pip install --upgrade pip setuptools
2525
pip install 'Cython' 'tox<4'
2626
2727
- name: Run unittest

0 commit comments

Comments
 (0)