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 8cb1dd4 commit 1627b3aCopy full SHA for 1627b3a
.github/workflows/python_ci_linux.yml
@@ -152,6 +152,7 @@ jobs:
152
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
153
$CONDA/bin/conda update -n base conda
154
$CONDA/bin/conda info -a
155
+ $CONDA/bin/conda install conda-forge::py-lief=0.14.1
156
$CONDA/bin/conda config --add channels conda-forge
157
$CONDA/bin/conda config --add channels domdfcoding
158
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/repo-helper/pyproject-parser
11
- rev: v0.11.1
+ rev: v0.13.0
12
hooks:
13
- id: reformat-pyproject
14
0 commit comments