Skip to content

Commit 1b6d537

Browse files
authored
Revert "Pin py-lief dependency version to fix LinuxCondaRecipe (#2265)" (#2278)
This reverts commit b541323.
1 parent e4a3750 commit 1b6d537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/pipeline/conda-recipe-lnx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
conda update -y -q --all
2121
displayName: "Conda update"
2222
- script: |
23-
conda create -y -q -n build-env conda-build conda-verify py-lief=0.14
23+
conda create -y -q -n build-env conda-build conda-verify
2424
displayName: "Conda create"
2525
- script: |
2626
. /usr/share/miniconda/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)