Skip to content

Commit 7499b81

Browse files
committed
ensure probeinterface is uninstalled
1 parent ce1f836 commit 7499b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_for_changes_in_NP_jsons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
pip install probeinterface matplotlib
3131
PROBEINTERFACE_VERSION=$(pip show pip | grep Version | awk '{print $2}')
32-
pip uninstall probeinterface
32+
pip uninstall probeinterface --yes
3333
3434
3535
# Clone dev version of probeinterface

0 commit comments

Comments
 (0)