|
56 | 56 | - name: Python deps |
57 | 57 | run: | |
58 | 58 | "$VBGUI_E2E_PYTHON" -m pip install --disable-pip-version-check \ |
59 | | - --no-build-isolation -e ".[gui,parquet,widget]" |
| 59 | + -e ".[gui,parquet,widget]" |
60 | 60 | - name: Generate fixtures |
61 | 61 | run: | |
62 | 62 | "$VBGUI_E2E_PYTHON" tests/fixtures/build_e2e_matrix.py |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | echo "VBGUI_E2E_PYTHON=$job_venv/bin/python" >> "$GITHUB_ENV" |
112 | 112 | - run: | |
113 | 113 | "$VBGUI_E2E_PYTHON" -m pip install --disable-pip-version-check \ |
114 | | - --no-build-isolation -e ".[gui,parquet,widget]" |
| 114 | + -e ".[gui,parquet,widget]" |
115 | 115 | - run: | |
116 | 116 | "$VBGUI_E2E_PYTHON" tests/fixtures/build_e2e_matrix.py |
117 | 117 | - working-directory: vbgui |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | echo "VBGUI_E2E_PYTHON=$job_venv/bin/python" >> "$GITHUB_ENV" |
162 | 162 | - run: | |
163 | 163 | "$VBGUI_E2E_PYTHON" -m pip install --disable-pip-version-check \ |
164 | | - --no-build-isolation -e ".[gui,parquet,widget]" |
| 164 | + -e ".[gui,parquet,widget]" |
165 | 165 | - run: | |
166 | 166 | "$VBGUI_E2E_PYTHON" tests/fixtures/build_e2e_matrix.py |
167 | 167 | - working-directory: vbgui |
|
0 commit comments