We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470f6f0 commit 01312c5Copy full SHA for 01312c5
1 file changed
.github/workflows/unit_tests.yml
@@ -289,7 +289,6 @@ jobs:
289
- name: Clear installer cache on failure
290
if: failure()
291
run: |
292
- echo "RETRY_INSTALL=true" >> $GITHUB_ENV
293
source "${{ matrix.env_name }}/bin/activate"
294
295
INSTALL_CMD='${{ matrix.install_cmd }}'
@@ -305,7 +304,6 @@ jobs:
305
304
- name: retry ${{ matrix.name }}
306
307
308
- uv venv "${{ matrix.env_name }}"
309
310
if [[ "${{ matrix.use_pip }}" == "true" ]]; then
311
uv pip install pip -U
0 commit comments