Skip to content

Commit 2cdb690

Browse files
committed
[TMP] ci: it now needs setuptools but not in #42? Why?
1 parent 67ceace commit 2cdb690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Testing with Coincurve ${{ matrix.coincurve-version }}
6464
run: |
6565
python -m pip install --upgrade pip
66-
pip install pytest
66+
pip install pytest setuptools
6767
pip install -r requirements.txt -r tests/requirements.txt
6868
pip install -I coincurve==${{ matrix.coincurve-version }}
6969
python setup.py install

0 commit comments

Comments
 (0)