From fefbf8aa93e17117bb6f44cd0f8f479663631972 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 19 Dec 2023 17:09:23 -0500 Subject: [PATCH] Trying to build the wheel with cibuildwheels in the RTD environment --- .readthedocs.yaml | 7 +++++-- docs/requirements.txt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 60db8dda0..ff0bc6739 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,8 +15,11 @@ build: os: ubuntu-22.04 tools: python: "3.11" - pre_build: - - ford fortran_docs.md + jobs: + pre_build: + - ford fortran_docs.md + - CIBW_TEST_SKIP="*-linux_x86_64" cibuildwheel --only cp311-linux_x86_64 + - pip install wheelhouse/swiftest*.whl python: install: - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index c9ce17b40..0aad41128 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,4 +9,4 @@ sphinxext-opengraph nbsphinx ipython ford -swiftest \ No newline at end of file +cibuildwheel \ No newline at end of file