We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0a47 commit 1fe0138Copy full SHA for 1fe0138
.github/workflows/pull-request-python-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
36
- name: Set up Python ${{ matrix.python-version }}
37
- uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
+ uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b
38
with:
39
python-version: ${{ matrix.python-version }}
40
- name: Install dependencies
0 commit comments