Skip to content

Commit

Permalink
fix in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 31, 2023
1 parent d54960c commit d08ca5a
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 @@ -38,6 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install "napari/[all]" -c "napari/resources/constraints/constraints_py3.10_docs.txt"
python -m pip install -r requirements.txt -c "napari/resources/constraints/constraints_py3.10_docs.txt"
- name: Testing
run: |
Expand Down

0 comments on commit d08ca5a

Please sign in to comment.