Mercurial > hg
changeset 52207:50fa42a2a79a stable
ci: use the macos wheel to run tests
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 07 Nov 2024 17:22:05 +0100 |
parents | 97d86d5b16f8 |
children | 75bc7557e49f |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Tue Oct 15 05:17:37 2024 +0200 +++ b/contrib/heptapod-ci.yml Thu Nov 07 17:22:05 2024 +0100 @@ -291,6 +291,12 @@ when: manual # avoid overloading the CI by default tags: - macos + variables: + WHEEL_TYPE: "c" + RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" + TEST_HGTESTS_ALLOW_NETIO: "1" + needs: + - build-c-wheel-macos # we use CIBW_SKIP="pp*" to prevent the building of pypy wheel that are neither # needed nor working.