We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13e641 commit 1e5c15fCopy full SHA for 1e5c15f
.github/workflows/ci.yml
@@ -27,13 +27,10 @@ jobs:
27
- name: Check out code
28
uses: actions/checkout@v4
29
30
- - name: Set up Python
31
- uses: actions/setup-python@v3
32
- with:
33
- python-version: ${{ matrix.python-version }}
34
-
35
- name: Install uv
36
uses: astral-sh/setup-uv@v6
+ with:
+ python-version: ${{ matrix.python-version }}
37
38
- name: Install dependencies
39
run: uv sync --dev
0 commit comments