We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65414b commit 2e9b6b1Copy full SHA for 2e9b6b1
1 file changed
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
create-args: >-
42
python=${{ matrix.python-version }}
43
cmake=3.28.3
44
+ nodejs=18.17.1
45
46
- name: Install Windows Conda Packages
47
if: contains(matrix.os, 'windows')
@@ -50,7 +51,7 @@ jobs:
50
51
- name: Install Linux / macOS Conda Packages
52
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
53
shell: bash -e -l {0}
- run: micromamba install --freeze-installed -c conda-forge bison=3.4 nodejs=18.17.1
54
+ run: micromamba install --freeze-installed bison=3.4
55
56
- name: Conda info
57
0 commit comments