Skip to content

Commit 37710c8

Browse files
committed
Force reinstall patched dependency
1 parent e6bb473 commit 37710c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
run: |
5555
rm -rf consolekit
5656
$CONDA/bin/pip install -r tests/requirements.txt
57-
$CONDA/bin/pip install git+https://github.com/domdfcoding/pytest-mypy-plugins@sys-executable-v2
57+
$CONDA/bin/pip install git+https://github.com/domdfcoding/pytest-mypy-plugins@sys-executable-v2 --force-reinstall
5858
$CONDA/bin/pytest tests/

0 commit comments

Comments
 (0)