Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
which python
pip list
mamba list
# Clean the conda cache
- name: Clean Conda Cache
run: conda clean --all --yes
- name: Build conda packages
run: |
# suffix for nightly package versions
Expand Down