We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b03a3 commit 9369961Copy full SHA for 9369961
.github/workflows/test-python-index.yaml
@@ -28,8 +28,6 @@ jobs:
28
python-version: ${{ inputs.python-version }}
29
- name: Setup environment
30
run: |
31
- python -m venv env
32
- source venv/bin/activate
33
pip install .
34
pip install pytest
35
# Validate that the python tests themselves are valid
0 commit comments