Skip to content

Commit

Permalink
Don't install nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Feb 17, 2025
1 parent bd52486 commit 38e110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Linux / macOS Conda Packages
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
shell: bash -e -l {0}
run: micromamba install --freeze-installed bison=3.4 nodejs=18
run: micromamba install --freeze-installed bison=3.4

- name: Conda info
shell: bash -e -l {0}
Expand Down

0 comments on commit 38e110d

Please sign in to comment.