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 e73253e commit ae16656Copy full SHA for ae16656
.github/workflows/CI.yml
@@ -44,12 +44,12 @@ jobs:
44
- name: Install Windows Conda Packages
45
if: contains(matrix.os, 'windows')
46
shell: bash -e -l {0}
47
- run: micromamba install m2-bison=3.0.4 m2-filesystem cmake=3.21.1
+ run: micromamba install --freeze-installed m2-bison=3.0.4 m2-filesystem cmake=3.21.1
48
49
- name: Install Linux / macOS Conda Packages
50
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
51
52
- run: micromamba install bison=3.4 nodejs=18 xeus=1.0.1 nlohmann_json=3.9.1
+ run: micromamba install --freeze-installed bison=3.4 nodejs=18
53
54
# - name: Conda info
55
# shell: bash -e -l {0}
0 commit comments