Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Trying to build the wheel with cibuildwheels in the RTD environment
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 19, 2023
1 parent d92ae43 commit fefbf8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sphinxext-opengraph
nbsphinx
ipython
ford
swiftest
cibuildwheel

0 comments on commit fefbf8a

Please sign in to comment.