From 8ec648216b18d89dc8bf45f4b898672063aed211 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Fri, 12 Feb 2021 19:11:37 -0700 Subject: [PATCH] clean conda cache --- .github/workflows/test-suite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 5430c9915..621fc93cc 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -41,6 +41,7 @@ jobs: - name: Prepare Conda environment spec shell: bash run: | + conda clean -i conda install -qy -c conda-forge flit packaging pyyaml e_opts="-E ${{matrix.blas}}" if [ $RUNNER = Linux -a $PYVER = 3.8 ]; then @@ -118,6 +119,7 @@ jobs: - name: Prepare Conda environment spec shell: bash run: | + conda clean -i conda install -qy -c conda-forge flit packaging pyyaml python build-tools/flit-conda.py -E tf --python-version $PYVER --save-env environment.yml cat environment.yml @@ -171,6 +173,7 @@ jobs: - name: Prepare Conda environment spec shell: bash run: | + conda clean -i conda install -qy -c conda-forge flit-core packaging pyyaml python build-tools/flit-conda.py -E demo -E mkl --python-version $PYVER --save-env environment.yml cat environment.yml