Skip to content

Commit

Permalink
clean conda cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Feb 13, 2021
1 parent d6d73e3 commit 8ec6482
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ec6482

Please sign in to comment.