Skip to content

Commit f8e070b

Browse files
committed
Remove build isolation
1 parent 6372464 commit f8e070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install dependencies
112112
run: |
113113
python -m pip install --upgrade pip
114-
pip install -e ".[dev]" --no-build-isolation
114+
pip install -e ".[dev]"
115115
116116
- name: Run tests
117117
if: ${{ matrix.driver != 'https' }}

0 commit comments

Comments
 (0)