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 a19af5d commit a0b8fbaCopy full SHA for a0b8fba
.github/workflows/pull-request-python-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
36
- name: Set up Python ${{ matrix.python-version }}
37
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
+ uses: astral-sh/setup-uv@05273c154d09957eb9a2377d9c988fbda431d1c5
38
with:
39
python-version: ${{ matrix.python-version }}
40
- name: Install dependencies
0 commit comments