Skip to content

Commit 9369961

Browse files
committed
tweak: Removed pyenv, shouldnt be needed
1 parent 79b03a3 commit 9369961

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-python-index.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
python-version: ${{ inputs.python-version }}
2929
- name: Setup environment
3030
run: |
31-
python -m venv env
32-
source venv/bin/activate
3331
pip install .
3432
pip install pytest
3533
# Validate that the python tests themselves are valid

0 commit comments

Comments
 (0)