Skip to content

Commit 388a3bd

Browse files
committed
fix pip uninstall flag
1 parent 7402776 commit 388a3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/did_sim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install DoubleML from correct branch
6868
run: |
69-
uv pip uninstall -y doubleml
69+
uv pip uninstall doubleml
7070
uv pip install "doubleml @ git+https://github.com/DoubleML/doubleml-for-py@${{ env.DML_BRANCH }}"
7171
7272
- name: Set up Git configuration

0 commit comments

Comments
 (0)