Skip to content

Commit f65414b

Browse files
committed
Try conda-froge
1 parent 9f6b435 commit f65414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Linux / macOS Conda Packages
5151
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
5252
shell: bash -e -l {0}
53-
run: micromamba install --freeze-installed bison=3.4 nodejs=18.17.1
53+
run: micromamba install --freeze-installed -c conda-forge bison=3.4 nodejs=18.17.1
5454

5555
- name: Conda info
5656
shell: bash -e -l {0}

0 commit comments

Comments
 (0)