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 7bc3d80 commit 90c202fCopy full SHA for 90c202f
.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"<=24.11.2" -c conda-forge --override-channels
+ run: conda install conda-build -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"<=24.11.2"
+ conda install -y conda-build
104
conda list -n base
105
106
- name: Cache conda packages
0 commit comments