From 99910b915d93fd003cb1b7740585deedbf5fd95b Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 8 Jan 2025 17:44:15 +0100 Subject: [PATCH] cleanup --- .github/workflows/job.test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/job.test.yml b/.github/workflows/job.test.yml index 5805b8f2e..b245a8c96 100644 --- a/.github/workflows/job.test.yml +++ b/.github/workflows/job.test.yml @@ -112,10 +112,6 @@ jobs: - name: Check distributions run: python scripts/distcheck.py - - name: Rename uncached conda packages - shell: bash - run: mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache" - build: name: build runs-on: ${{ matrix.os }}-latest @@ -201,10 +197,6 @@ jobs: name: jupyterlab-lsp dist ${{ github.run_number }} path: ./dist - - name: Rename uncached conda packages - shell: bash - run: mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache" - acceptance: runs-on: ${{ matrix.os }}-latest name: atest ${{ matrix.os }} py${{ matrix.python }} r${{ matrix.r }} @@ -332,10 +324,6 @@ jobs: path: ./build/reports if: always() - - name: Rename uncached conda packages - shell: bash - run: mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache" - smoke: name: smoke ${{ matrix.os }} py${{ matrix.python }} runs-on: ${{ matrix.os }}-latest