diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 88baef4d..42889ed5 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -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