Add conda clean step to action

This commit is contained in:
drpatelh 2021-02-03 12:57:55 +00:00
parent 1512c9af74
commit 9e44b0f4f2

View file

@ -74,6 +74,9 @@ jobs:
auto-update-conda: true
channels: conda-forge,bioconda,defaults
python-version: ${{ matrix.python-version }}
- name: Conda clean
if: matrix.profile == 'conda'
run: conda clean -a
# Test the module
- name: Run pytest-workflow