Skip to content

Commit

Permalink
Try another scipy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunporwal committed Feb 20, 2025
1 parent 74ab743 commit 61d3e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pdoc-documentation-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

- name: Install dependencies
run: |
pip install pdoc
pip install -e .
pip install "scipy<2.0"
echo "scipy<2.0" > constraints.txt
pip install -c constraints.txt pdoc
pip install -c constraints.txt -e .
- name: Generate documentation with pdoc
run: |
Expand Down

0 comments on commit 61d3e8d

Please sign in to comment.