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 a04b6d2 commit 6c13790Copy full SHA for 6c13790
.github/workflows/ci.yml
@@ -33,8 +33,9 @@ jobs:
33
34
- name: Install dependencies
35
run: |
36
- uv add --no-sync --dev "${{ join(matrix.packages, '" "') }}"
37
- uv sync --python ${{ matrix.python-version }}
+ echo "${{ matrix.python-version }}" > .python-version
+ uv add --dev "${{ join(matrix.packages, '" "') }}"
38
+ uv sync
39
40
- name: Run tests
41
0 commit comments