Skip to content

Commit

Permalink
[chores] Upgraded pip version for CI and upgraded openwisp-utils to u…
Browse files Browse the repository at this point in the history
…se master branch
  • Loading branch information
pandafy committed May 14, 2021
1 parent bee8cef commit 4c7724d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install python dependencies
run: |
pip install -U "pip==20.2.4" wheel setuptools
pip install -U pip wheel setuptools
pip install ${{ matrix.django-version }}
pip install -U -r requirements-test.txt
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] @ https://github.com/openwisp/openwisp-utils/tarball/master
django>=3.0,<3.2
swapper~=1.1
xlrd~=1.1
Expand Down

0 comments on commit 4c7724d

Please sign in to comment.