We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75476f6 commit 9fcee51Copy full SHA for 9fcee51
.github/workflows/ci.yml
@@ -72,6 +72,9 @@ jobs:
72
pip install -U -r requirements-test.txt
73
pip install -U -e .
74
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"
78
79
- name: Start redis
80
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
0 commit comments