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 3d51f04 commit ae954f7Copy full SHA for ae954f7
.github/workflows/python_ci_linux.yml
@@ -213,7 +213,7 @@ jobs:
213
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
214
$CONDA/bin/conda update -n base conda
215
$CONDA/bin/conda info -a
216
- python -m pip install lief=0.14
+ python -m pip install lief==0.14
217
$CONDA/bin/conda config --add channels conda-forge
218
$CONDA/bin/conda config --add channels domdfcoding
219
0 commit comments