Skip to content

Commit 939fc8f

Browse files
authored
[ci] Update ci.yml
1 parent fcc8312 commit 939fc8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
pip install -U pip wheel setuptools
5555
pip install -U -r requirements-test.txt
5656
pip install -U -e .
57-
pip install -U --force-reinstall --no-deps https://github.com/openwisp/openwisp-controller/tarball/issues/625-device-deactivation
58-
pip install ${{ matrix.django-version }}
57+
pip install -U ${{ matrix.django-version }}
5958
sudo npm install -g jshint stylelint
6059
6160
- name: QA checks

0 commit comments

Comments
 (0)