File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,14 +44,16 @@ jobs:
4444 - name : Install python dependencies
4545 run : |
4646 pip install -U pip wheel
47- pip install ${{ matrix.django-version }}
4847 pip install -U -r requirements-test.txt
4948 - name : Install npm dependencies
5049 run : sudo npm install -g jshint
5150
5251 - name : Install openwisp-users
5352 run : pip install -e .[rest]
5453
54+ - name : Change Django Version for test
55+ run : pip install -U ${{ matrix.django-version }}
56+
5557 - name : QA checks
5658 run : |
5759 ./run-qa-checks
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Install your forked repo:
144144
145145 git clone git://github.com/< your_fork> /openwisp-users
146146 cd openwisp-users/
147- pip install -e .
147+ pip install -e .[rest]
148148
149149 Install test requirements:
150150
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ phonenumbers>=8.11.0,<8.13.0
77openwisp-utils [rest ] @ https://github.com/openwisp/openwisp-utils/tarball/master
88packaging
99swapper ~= 1.1.0
10+ django ~= 3.1.0
You can’t perform that action at this time.
0 commit comments