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 7eb2bea commit 1589466Copy full SHA for 1589466
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
create-args: >-
42
python=${{ matrix.python-version }}
43
cmake=3.30.0
44
+ nodejs=18.20.5
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 bison=3.4 nodejs=18
54
+ run: micromamba install --freeze-installed bison=3.4
55
56
- name: Conda info
57
0 commit comments