Skip to content

Commit

Permalink
(fix) can't run test when cross-compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jan 23, 2024
1 parent 1c280d3 commit a295766
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/build-windows-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ build_dll x86_64-w64-mingw32
mv .libs/libsecp256k1-?.dll ../clean/coincurve/libsecp256k1.dll
cd ../clean
python setup.py bdist_wheel --plat-name=win_amd64
python -m pytest
rm coincurve/libsecp256k1.dll

cd ../32bit
Expand All @@ -39,7 +38,6 @@ build_dll i686-w64-mingw32
mv .libs/libsecp256k1-?.dll ../clean/coincurve/libsecp256k1.dll
cd ../clean
python setup.py bdist_wheel --plat-name=win32
python -m pytest

mv dist/* ../coincurve/dist/
cd ../coincurve

0 comments on commit a295766

Please sign in to comment.