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 249f28a commit df49464Copy full SHA for df49464
1 file changed
.github/workflows/ci.yml
@@ -70,6 +70,8 @@ jobs:
70
pip install -U pip wheel setuptools
71
pip install -U -r requirements-test.txt
72
pip install -U -e .
73
+ # TODO: Remove before merging
74
+ pip install -UI --force-reinstall --no-cache-dir --no-deps "openwisp-utils @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/issues/633-ValidatedModelSerializer.tar.gz"
75
pip install ${{ matrix.django-version }}
76
77
- name: Start redis
0 commit comments