Skip to content

Commit aaf012b

Browse files
committed
make sure pip is upgraded
1 parent 87d3da6 commit aaf012b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ 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-use-pep517 --no-deps .
31+
python${{ matrix.python-version }} -m pip install --upgrade pip
32+
python${{ matrix.python-version }} -m pip install --no-deps .
3233
- name: Test modules
3334
run: python${{ matrix.python-version }} -m pytest tests
3435
- name: Test example apps

0 commit comments

Comments
 (0)