Skip to content

Commit 01312c5

Browse files
[CI] remove duplicated env creation
1 parent 470f6f0 commit 01312c5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ jobs:
289289
- name: Clear installer cache on failure
290290
if: failure()
291291
run: |
292-
echo "RETRY_INSTALL=true" >> $GITHUB_ENV
293292
source "${{ matrix.env_name }}/bin/activate"
294293
295294
INSTALL_CMD='${{ matrix.install_cmd }}'
@@ -305,7 +304,6 @@ jobs:
305304
- name: retry ${{ matrix.name }}
306305
if: failure()
307306
run: |
308-
uv venv "${{ matrix.env_name }}"
309307
source "${{ matrix.env_name }}/bin/activate"
310308
if [[ "${{ matrix.use_pip }}" == "true" ]]; then
311309
uv pip install pip -U

0 commit comments

Comments
 (0)