Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Mar 7, 2021
1 parent a423813 commit f4797e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ jobs:
&& ./scripts/install-mbedtls.sh ~/.local/src
&& cp /usr/local/lib/libmbed*dylib .
#CIBW_BEFORE_ALL_WINDOWS:
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
delocate-wheel
--require-archs {delocate_archs}
-w {dest_dir}
{wheel}
CIBW_TEST_REQUIRES: -rrequirements/tests.txt
CIBW_TEST_COMMAND: pytest {project}/tests

0 comments on commit f4797e2

Please sign in to comment.