Skip to content

Bump install-pinned/uv from 75877ff4b6e7f7b75e572e664476f9a202dcc9f9 to 51bb057ca8857db7531f188d414ba32b7bb16d2b #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip

- uses: install-pinned/uv@75877ff4b6e7f7b75e572e664476f9a202dcc9f9
- uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b

- run: uv pip install --system -e .[dev]

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
python-version: '3.13'
cache: pip

- uses: install-pinned/uv@75877ff4b6e7f7b75e572e664476f9a202dcc9f9
- uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b

- run: uv pip install --system -e .[dev]

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
python-version: '3.13'
cache: pip

- uses: install-pinned/uv@75877ff4b6e7f7b75e572e664476f9a202dcc9f9
- uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b

- run: uv pip install --system -e .[dev]

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
python-version: '3.13'
cache: pip

- uses: install-pinned/uv@75877ff4b6e7f7b75e572e664476f9a202dcc9f9
- uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b

- run: uv pip install --system -e .[dev]

Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
python-version: '3.13'
cache: pip

- uses: install-pinned/uv@75877ff4b6e7f7b75e572e664476f9a202dcc9f9
- uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b

- run: uv pip install --system -e .[dev]

Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
python-version: '3.13'
cache: pip

- uses: install-pinned/uv@75877ff4b6e7f7b75e572e664476f9a202dcc9f9
- uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b

- run: uv pip install --system -e .[dev]

Expand Down
Loading