File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
branches :
11
11
- main
12
12
13
+ permissions :
14
+ contents : read
15
+
13
16
jobs :
14
17
build :
15
18
runs-on : ubuntu-latest
34
37
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
35
38
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
36
39
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
37
- python${{ matrix.python-version }} -m pip install --no-deps .
40
+ python${{ matrix.python-version }} -m pip install --upgrade pip
41
+ python${{ matrix.python-version }} -m pip install --no-deps .[server]
38
42
- name : Test modules
39
43
run : python${{ matrix.python-version }} -m pytest tests
40
44
- name : Test example apps
You can’t perform that action at this time.
0 commit comments