Skip to content

Commit f33fcd0

Browse files
committed
Remove default conda channel and rely on conda-forge
1 parent 2a40cca commit f33fcd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/regression-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
miniforge-version: latest
5757
python-version: ${{matrix.python-version}}
58+
conda-remove-defaults: "true" # explicitly remove conda default channel in favor of conda-forge
5859

5960
- name: Install verilator
6061
if: matrix.sim == 'verilator'

0 commit comments

Comments
 (0)