We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6b435 commit f65414bCopy full SHA for f65414b
.github/workflows/CI.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install Linux / macOS Conda Packages
51
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
52
shell: bash -e -l {0}
53
- run: micromamba install --freeze-installed bison=3.4 nodejs=18.17.1
+ run: micromamba install --freeze-installed -c conda-forge bison=3.4 nodejs=18.17.1
54
55
- name: Conda info
56
0 commit comments