Skip to content

Commit

Permalink
fix: activate virtual environment with dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Dec 7, 2024
1 parent 9f49231 commit 820ec82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: export PATH="/root/.local/bin/:$PATH"
- run: export UV_LINK_MODE=copy
- run: uv sync --dev --python-preference system
- run: source .venv/bin/activate
- run: pdoc src/**/*.py --output docs/
- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 820ec82

Please sign in to comment.