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 eccadbc commit 1f51dd3Copy full SHA for 1f51dd3
.github/workflows/qa.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.version }}
22
- name: Install dependencies
23
run: |
24
- curl -LsSf https://astral.sh/uv/install.sh | sh
+ curl --location --silent --show-error --fail https://astral.sh/uv/install.sh | sh
25
export PATH="$HOME/.local/bin:$PATH"
26
uv sync
27
- name: Run QA
0 commit comments