Skip to content

Commit

Permalink
FIX: install uv by setting PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 13, 2024
1 parent 55bc75e commit 994ec66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
exclude: (?x)^(labels.*\.toml)$

- repo: https://github.com/ComPWA/policy
rev: a221b81
rev: abb6bbb
hooks:
- id: check-dev-files
args:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ build:
jobs:
post_install:
- curl -LsSf https://astral.sh/uv/install.sh | sh
- source $HOME/.cargo/env
- export PATH=$HOME/.cargo/bin:$PATH
- uv pip install --system -c .constraints/py3.9.txt -e .[doc]

0 comments on commit 994ec66

Please sign in to comment.