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 24be320 commit 1f3ffeaCopy full SHA for 1f3ffea
.github/workflows/main.yml
@@ -43,14 +43,12 @@ jobs:
43
44
steps:
45
- uses: actions/checkout@v4
46
- - name: Install uv
47
- uses: astral-sh/setup-uv@v4
+ - uses: astral-sh/setup-uv@v6
48
with:
49
enable-cache: true
+ python-version: ${{ matrix.python-version }}
50
- name: Install just
51
uses: extractions/setup-just@v2
52
- - name: Set up Python ${{ matrix.python-version }}
53
- run: uv python install ${{ matrix.python-version }}
54
55
- name: Run tests
56
shell: bash -l {0}
0 commit comments