Skip to content

Commit

Permalink
[deps] Use master branch of openwisp-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed May 14, 2021
1 parent bee8cef commit 7a4a875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
- name: Install python dependencies
run: |
pip install -U "pip==20.2.4" wheel setuptools
pip install ${{ matrix.django-version }}
pip install -U -r requirements-test.txt
- name: Install openwisp-ipam
run: pip install -e .
run: |
pip install -U -e .
pip install ${{ matrix.django-version }}
- name: Install jslint
run: sudo npm install -g jslint stylelint
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TODO: change this when next version of openwisp_users is released
openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master
openwisp-utils[rest]~=0.7.2
# TODO: change this when next version of openwisp_utils is released
openwisp-utils[rest] @ git+git://github.com/openwisp/openwisp-utils.git@master
django>=3.0,<3.2
swapper~=1.1
xlrd~=1.1
Expand Down

0 comments on commit 7a4a875

Please sign in to comment.