Skip to content

Commit 6d177fc

Browse files
committed
Remove conda workaround
1 parent b1141ef commit 6d177fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-install.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ jobs:
137137
conda install -n base conda-libmamba-solver
138138
conda config --set solver libmamba
139139
140-
# Temporary workaround: https://github.com/mamba-org/mamba/issues/488
141-
- run: rm /usr/share/miniconda/pkgs/cache/*.json
142-
143140
- name: Test installation
144141
id: test_installation
145142
continue-on-error: ${{ matrix.optional }}

0 commit comments

Comments
 (0)