Skip to content

Commit

Permalink
ci: test coincurve against latest Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Sep 7, 2024
1 parent 7d8e0cb commit 27a4036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: 3.12
- name: Testing with Coincurve ${{ matrix.coincurve-version }}
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt -r tests/requirements.txt
pip install setuptools
pip install -r tests/requirements.txt
pip install -I coincurve==${{ matrix.coincurve-version }}
python setup.py install

0 comments on commit 27a4036

Please sign in to comment.