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 692fa43 commit 478688d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install .[docs]
python3 -m pip install cibuildwheel
export CIBW_BUILD='cp39-*'
export SETUPTOOLS_SCM_PRETEND_VERSION='3.0.1'
export CIBW_ENVIRONMENT_PASS_LINUX='SETUPTOOLS_SCM_PRETEND_VERSION'
python3 -m cibuildwheel --platform linux
python3 -m pip install wheelhouse/*.whl
# Build the site
- name: Build the site
Expand Down

0 comments on commit 478688d

Please sign in to comment.