We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a40cca commit f33fcd0Copy full SHA for f33fcd0
1 file changed
.github/workflows/regression-tests.yml
@@ -55,6 +55,7 @@ jobs:
55
with:
56
miniforge-version: latest
57
python-version: ${{matrix.python-version}}
58
+ conda-remove-defaults: "true" # explicitly remove conda default channel in favor of conda-forge
59
60
- name: Install verilator
61
if: matrix.sim == 'verilator'
0 commit comments