Skip to content

Commit 1f62d4f

Browse files
committed
CI: Test in-tree-build
1 parent 035e72a commit 1f62d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m venv /tmp/venv
2929
source /tmp/venv/bin/activate
3030
python -m pip install -U pip
31-
python -m pip install ".[test]"
31+
python -m pip install --use-feature=in-tree-build ".[test]"
3232
- name: Run Pytest
3333
run: |
3434
source /tmp/venv/bin/activate

0 commit comments

Comments
 (0)