Skip to content

Commit 82f6bae

Browse files
committed
fixup! Bump httpx to most recent version
1 parent b34638b commit 82f6bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
version: 0.7.2
5050

5151
- name: Install the project
52-
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution $${{ matrix.dep-resolution }}
52+
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}
5353

5454
- name: Run pytest
5555
run: uv run --frozen --no-sync pytest

0 commit comments

Comments
 (0)