Skip to content

Commit

Permalink
Update uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 27, 2024
1 parent 3ecf00f commit 3e687ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.12"
version: "0.4.16"
enable-cache: true

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

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

- name: Install optional dependencies
run: |
Expand Down

0 comments on commit 3e687ab

Please sign in to comment.