1 parent d3bbd50 commit ce4c007Copy full SHA for ce4c007
1 file changed
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Windows Conda Packages
25
if: contains(matrix.os, 'windows')
26
shell: bash -l {0}
27
- run: conda install -c conda-forge m2-bison=3.4
+ run: conda install m2-bison=3.0.4
28
29
- name: Install Linux / macOS Conda Packages
30
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
0 commit comments