Skip to content

Commit ba69909

Browse files
committed
Remove user
Signed-off-by: Xuanwo <[email protected]>
1 parent d6b354b commit ba69909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
shell: bash
7979
run: |
8080
set -e
81-
pip install --user dist/pyiceberg_core-*.whl --force-reinstall
82-
pip install --user pytest
81+
pip install dist/pyiceberg_core-*.whl --force-reinstall
82+
pip install pytest
8383
pytest -v

0 commit comments

Comments
 (0)