Skip to content

Commit 87d3da6

Browse files
committed
try --no-use-pep517
1 parent 5f71056 commit 87d3da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
2929
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
3030
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
31-
python${{ matrix.python-version }} -m pip install --no-deps .
31+
python${{ matrix.python-version }} -m pip install --no-use-pep517 --no-deps .
3232
- name: Test modules
3333
run: python${{ matrix.python-version }} -m pytest tests
3434
- name: Test example apps

0 commit comments

Comments
 (0)