Skip to content

Commit

Permalink
Skip venv
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Aug 3, 2024
1 parent 3191c62 commit d6b354b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bindings_python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
shell: bash
run: |
set -e
python3 -m venv .venv
source .venv/bin/activate
pip install dist/pyiceberg_core-*.whl --force-reinstall
pip install pytest
pip install --user dist/pyiceberg_core-*.whl --force-reinstall
pip install --user pytest
pytest -v

0 comments on commit d6b354b

Please sign in to comment.