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.
2 parents 61af21b + 83c6dc8 commit a34686fCopy full SHA for a34686f
.github/workflows/conda-package.yml
@@ -48,7 +48,7 @@ jobs:
48
run: echo $CONDA/bin >> $GITHUB_PATH
49
- name: Install conda-build
50
# FIXME: unpin when conda-build fixes issues with lief
51
- run: conda install conda-build -c conda-forge --override-channels
+ run: conda install conda-build"<25.1.2" -c conda-forge --override-channels
52
- name: Store conda paths as envs
53
shell: bash -l {0}
54
run: |
@@ -100,7 +100,7 @@ jobs:
100
101
102
conda activate
103
- conda install -y conda-build
+ conda install -y conda-build"<25.1.2"
104
conda list -n base
105
106
- name: Cache conda packages
0 commit comments