Skip to content

Commit f2b3c9f

Browse files
committed
devops: do not pin conda-build (#2636)
1 parent b807406 commit f2b3c9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
channels: conda-forge
3434
miniconda-version: latest
3535
- name: Prepare
36-
# Pinned because of https://github.com/conda/conda-build/issues/5267
37-
run: conda install anaconda-client conda-build=24.1.2 conda-verify py-lief=0.12.3
36+
run: conda install anaconda-client conda-build conda-verify
3837
- name: Build and Upload
3938
env:
4039
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}

0 commit comments

Comments
 (0)