We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d3da6 commit aaf012bCopy full SHA for aaf012b
.github/workflows/pull-request.yml
@@ -28,7 +28,8 @@ jobs:
28
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
29
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
30
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 .
+ python${{ matrix.python-version }} -m pip install --upgrade pip
32
+ python${{ matrix.python-version }} -m pip install --no-deps .
33
- name: Test modules
34
run: python${{ matrix.python-version }} -m pytest tests
35
- name: Test example apps
0 commit comments