We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34638b commit 82f6baeCopy full SHA for 82f6bae
1 file changed
.github/workflows/shared.yml
@@ -49,7 +49,7 @@ jobs:
49
version: 0.7.2
50
51
- name: Install the project
52
- run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution $${{ matrix.dep-resolution }}
+ run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}
53
54
- name: Run pytest
55
run: uv run --frozen --no-sync pytest
0 commit comments