Skip to content

Commit ae954f7

Browse files
committed
Fix lief pinning
1 parent 3d51f04 commit ae954f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
214214
$CONDA/bin/conda update -n base conda
215215
$CONDA/bin/conda info -a
216-
python -m pip install lief=0.14
216+
python -m pip install lief==0.14
217217
$CONDA/bin/conda config --add channels conda-forge
218218
$CONDA/bin/conda config --add channels domdfcoding
219219

0 commit comments

Comments
 (0)