Skip to content

Commit 1f51dd3

Browse files
committed
fix short to long
1 parent eccadbc commit 1f51dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.version }}
2222
- name: Install dependencies
2323
run: |
24-
curl -LsSf https://astral.sh/uv/install.sh | sh
24+
curl --location --silent --show-error --fail https://astral.sh/uv/install.sh | sh
2525
export PATH="$HOME/.local/bin:$PATH"
2626
uv sync
2727
- name: Run QA

0 commit comments

Comments
 (0)