Skip to content

Commit

Permalink
(dbg) cannot understand why this happens
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jan 23, 2024
1 parent 919c7e3 commit 21bab54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Remove libsecp256k1
run: rm -rf libsecp256k1 coincurve.egg_info

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_TEST_WINDOWS: bash {project}/.github/scripts/build-minimal-windows-image.sh 312
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: bash {project}/.github/repair-windows-wheels.sh {wheel} {dest_dir}
CIBW_TEST_COMMAND_WINDOWS: bash {project}/.github/scripts/test-windows-wheels.sh 312
CIBW_TEST_REQUIRES: pytest pytest-benchmark
CIBW_TEST_COMMAND: python -m pytest {project}/tests
Expand Down

0 comments on commit 21bab54

Please sign in to comment.