Skip to content

Commit

Permalink
No need to install everything
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Sep 12, 2024
1 parent f9af535 commit 1871bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install project
run: |
uv --no-progress venv
uv --no-progress sync --all-extras --dev
uv --no-progress sync
- name: Generate dynamic doc
run: |
uv --no-progress run --frozen -- python -m extra_platforms.docs_update
Expand Down

0 comments on commit 1871bca

Please sign in to comment.