We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8e0cb commit 27a4036Copy full SHA for 27a4036
1 file changed
.github/workflows/python-package.yml
@@ -59,11 +59,11 @@ jobs:
59
- name: Set up Python 3.10
60
uses: actions/setup-python@v2
61
with:
62
- python-version: '3.10'
+ python-version: 3.12
63
- name: Testing with Coincurve ${{ matrix.coincurve-version }}
64
run: |
65
python -m pip install --upgrade pip
66
- pip install pytest
67
- pip install -r requirements.txt -r tests/requirements.txt
+ pip install setuptools
+ pip install -r tests/requirements.txt
68
pip install -I coincurve==${{ matrix.coincurve-version }}
69
python setup.py install
0 commit comments