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 67ceace commit 2cdb690Copy full SHA for 2cdb690
.github/workflows/python-package.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Testing with Coincurve ${{ matrix.coincurve-version }}
64
run: |
65
python -m pip install --upgrade pip
66
- pip install pytest
+ pip install pytest setuptools
67
pip install -r requirements.txt -r tests/requirements.txt
68
pip install -I coincurve==${{ matrix.coincurve-version }}
69
python setup.py install
0 commit comments