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 e6bb473 commit 37710c8Copy full SHA for 37710c8
.github/workflows/conda_ci.yml
@@ -54,5 +54,5 @@ jobs:
54
run: |
55
rm -rf consolekit
56
$CONDA/bin/pip install -r tests/requirements.txt
57
- $CONDA/bin/pip install git+https://github.com/domdfcoding/pytest-mypy-plugins@sys-executable-v2
+ $CONDA/bin/pip install git+https://github.com/domdfcoding/pytest-mypy-plugins@sys-executable-v2 --force-reinstall
58
$CONDA/bin/pytest tests/
0 commit comments