Skip to content

Commit

Permalink
ci: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 10, 2024
1 parent 388cdb5 commit a1e27ce
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 @@ -25,7 +25,7 @@ jobs:
- name: Install Python
run: uv python install # we use uv instead of setup-python so we get python-version resolution between our two packages
- name: Sync
run: uv sync
run: uv sync && uv sync --no-dev --inexact --directory python
- name: Deploy
run: |
VERSION=$(git describe --tags --match="v*" --abbrev=0)
Expand Down

0 comments on commit a1e27ce

Please sign in to comment.