Skip to content

Commit

Permalink
try libsecp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Jul 7, 2023
1 parent 1b030d7 commit 7b463b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-pydev.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# as of 2023-01-01 windows-latest does crash
os: [ubuntu-latest, macos-latest, windows-latest]
# as of 2023-07-01 windows-latest does crash
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -28,5 +28,6 @@ jobs:
- name: Run pytest
# do not install requirements.txt to avoid building secp256k1
run: |
python -m pip install --upgrade -rrequirements.txt
python -m pip install --upgrade -rrequirements-dev.txt
pytest

0 comments on commit 7b463b9

Please sign in to comment.