Skip to content

Commit

Permalink
Change uv sync
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 26, 2024
1 parent 291fd8c commit d25c1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: uv sync --python ${{ matrix.python-version }}
run: uv pip install .

- name: Install optional dependencies
run: |
Expand Down

0 comments on commit d25c1a6

Please sign in to comment.