##// END OF EJS Templates
ci: use the macos wheel to run tests
marmoute -
r53100:50fa42a2 stable
parent child Browse files
Show More
@@ -291,6 +291,12 macos:
291 when: manual # avoid overloading the CI by default
291 when: manual # avoid overloading the CI by default
292 tags:
292 tags:
293 - macos
293 - macos
294 variables:
295 WHEEL_TYPE: "c"
296 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
297 TEST_HGTESTS_ALLOW_NETIO: "1"
298 needs:
299 - build-c-wheel-macos
294
300
295 # we use CIBW_SKIP="pp*" to prevent the building of pypy wheel that are neither
301 # we use CIBW_SKIP="pp*" to prevent the building of pypy wheel that are neither
296 # needed nor working.
302 # needed nor working.
General Comments 0
You need to be logged in to leave comments. Login now