We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca4aeb commit 3b3d21aCopy full SHA for 3b3d21a
1 file changed
.github/workflows/test_latest_branca.yml
@@ -25,6 +25,6 @@ jobs:
25
shell: bash -l {0}
26
run: |
27
micromamba activate TEST
28
- micromamba remove branca --yes
+ micromamba remove branca --yes --force
29
python -m pip install git+https://github.com/python-visualization/branca.git
30
python -m pytest -vv --ignore=tests/selenium
0 commit comments