We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035e72a commit 1f62d4fCopy full SHA for 1f62d4f
.github/workflows/pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m venv /tmp/venv
29
source /tmp/venv/bin/activate
30
python -m pip install -U pip
31
- python -m pip install ".[test]"
+ python -m pip install --use-feature=in-tree-build ".[test]"
32
- name: Run Pytest
33
run: |
34
0 commit comments