Skip to content

Commit

Permalink
Fix docs building CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 25, 2024
1 parent 478688d commit 3dc89bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
export CIBW_BUILD='cp39-*'
export SETUPTOOLS_SCM_PRETEND_VERSION='3.0.1'
export CIBW_ENVIRONMENT_PASS_LINUX='SETUPTOOLS_SCM_PRETEND_VERSION'
export CIBW_TEST_COMMAND='true'
python3 -m cibuildwheel --platform linux
python3 -m pip install wheelhouse/*.whl
Expand Down

0 comments on commit 3dc89bf

Please sign in to comment.