Skip to content

Commit 9fcee51

Browse files
committed
[ci] Force reinstall django-loci
1 parent 75476f6 commit 9fcee51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
pip install -U -r requirements-test.txt
7373
pip install -U -e .
7474
pip install ${{ matrix.django-version }}
75+
# Todo: Remove before merge
76+
pip install --no-cache-dir --force-reinstall \
77+
"django-loci @ https://github.com/openwisp/django-loci/tarball/feature/191-new-ws-endpoint-for-all-location"
7578
7679
- name: Start redis
7780
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}

0 commit comments

Comments
 (0)