Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Dec 9, 2023
1 parent 0aab4bf commit 5a37e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

- name: Install lensfunpy from wheel
run: |
pip install --no-deps lensfunpy --no-index -f dist
pip install dist/lensfunpy*cp310-manylinux*.whl
pip install -r dev-requirements.txt
- name: Build docs
Expand Down

0 comments on commit 5a37e0b

Please sign in to comment.