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 fa840cc commit 7a45a6fCopy full SHA for 7a45a6f
.github/workflows/conda_ci.yml
@@ -28,7 +28,7 @@ jobs:
28
python -VV
29
python -m site
30
python -m pip install --upgrade pip setuptools wheel
31
- python -m pip install --upgrade whey-conda
+ python -m pip install --upgrade whey-conda whey
32
# $CONDA is an environment variable pointing to the root of the miniconda directory
33
$CONDA/bin/conda update -q conda
34
$CONDA/bin/conda install conda-build=3.21.0
.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
40
- id: bind-requirements
41
42
- repo: https://github.com/domdfcoding/flake8-dunder-all
43
- rev: v0.1.7
+ rev: v0.1.8
44
hooks:
45
- id: ensure-dunder-all
46
files: ^flake8_sphinx_links/.*\.py$
0 commit comments