Skip to content

Commit

Permalink
Work around build issues raised by Cython 3.0.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Licquia <[email protected]>
  • Loading branch information
Jeff Licquia committed Apr 5, 2024
1 parent 01b86d3 commit ecacc87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install build requirements for pre-requisites
run: pip install -r build-requirements.txt
- name: Install pre-requisites
run: pip install -r requirements.txt
run: pip install --no-build-isolation -r requirements.txt
- name: Build
run: mkdocs build -v --clean
3 changes: 3 additions & 0 deletions build-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
setuptools
wheel
Cython<3.0

0 comments on commit ecacc87

Please sign in to comment.