Skip to content

Commit

Permalink
Merge pull request #17 from kornia/feat/uv-docs
Browse files Browse the repository at this point in the history
migrate docs env installs to uv
  • Loading branch information
johnnv1 authored Apr 16, 2024
2 parents 661874e + 9cc6954 commit 9801a8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:

- name: Install docs deps
shell: bash -l {0}
# TODO: run: uv pip install --system --editable .[docs]
run: pip install -e .[docs]
run: uv pip install --system --editable .[docs]

- name: Build Documentation
shell: bash -l {0}
Expand Down

0 comments on commit 9801a8f

Please sign in to comment.