From 96d36e5c6baf4e7d9ac159809530b6308a265da6 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 19 Dec 2023 17:14:25 -0500 Subject: [PATCH] More adjustments to the yaml to get cibuildwheels to work --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ff0bc6739..f7be564af 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,7 +18,7 @@ build: jobs: pre_build: - ford fortran_docs.md - - CIBW_TEST_SKIP="*-linux_x86_64" cibuildwheel --only cp311-linux_x86_64 + - CIBW_TEST_SKIP="*linux*" CIBW_BUILD="cp311-*" cibuildwheel --platform linux . - pip install wheelhouse/swiftest*.whl python: install: