Skip to content

Commit 90c202f

Browse files
committed
Unpin conda-build
1 parent 7bc3d80 commit 90c202f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: echo $CONDA/bin >> $GITHUB_PATH
4949
- name: Install conda-build
5050
# FIXME: unpin when conda-build fixes issues with lief
51-
run: conda install conda-build"<=24.11.2" -c conda-forge --override-channels
51+
run: conda install conda-build -c conda-forge --override-channels
5252
- name: Store conda paths as envs
5353
shell: bash -l {0}
5454
run: |
@@ -100,7 +100,7 @@ jobs:
100100
# FIXME: unpin when conda-build fixes issues with lief
101101
run: |
102102
conda activate
103-
conda install -y conda-build"<=24.11.2"
103+
conda install -y conda-build
104104
conda list -n base
105105
106106
- name: Cache conda packages

0 commit comments

Comments
 (0)