Skip to content

Commit

Permalink
env.UV_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent de1002d commit 6e533cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@v3
with:
version: ${UV_VER}
version: ${{ env.UV_VER }}
- name: Install package
run: uv pip install --system ${{ matrix.editable_install_option }} .[testing]

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@v3
with:
version: ${UV_VER}
version: ${{ env.UV_VER }}
- name: Install package
run: uv pip install --system -e .[docs]

Expand All @@ -100,7 +100,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@v3
with:
version: ${UV_VER}
version: ${{ env.UV_VER }}

- name: Install package
run: uv pip install --system -e .[dev]
Expand Down

0 comments on commit 6e533cb

Please sign in to comment.