Skip to content

Commit

Permalink
fix: adjust path installed to /home/runner/.local/
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent 820ec82 commit fa5d6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
with:
python-version: '3.13'
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: export PATH="/root/.local/bin/:$PATH"
- run: export PATH="/home/runner/.local/bin/:$PATH"
- run: export UV_LINK_MODE=copy
- run: uv sync --dev --python-preference system
- run: source .venv/bin/activate
Expand Down

0 comments on commit fa5d6f8

Please sign in to comment.