Skip to content

Commit 97938c4

Browse files
committed
[ci] Fixed failures
1 parent 89ff0e4 commit 97938c4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
pip install -U pip wheel setuptools
7575
pip install -U -r requirements-test.txt
7676
pip install -e .[saml,openvpn_status]
77-
pip install --upgrade --no-deps --no-cache-dir "https://github.com/openwisp/openwisp-users/tarball/issues/497-export-users"
77+
pip install --upgrade --no-deps --no-cache-dir --force-reinstall "https://github.com/openwisp/openwisp-users/tarball/issues/497-export-users"
7878
pip install ${{ matrix.django-version }}
7979
8080
- name: Start InfluxDB and Redis container

openwisp_radius/migrations/0043_registereduser_add_uuid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class Migration(migrations.Migration):
6464
help_text=REGISTERED_USER_ORGANIZATION_HELP_TEXT,
6565
null=True,
6666
on_delete=django.db.models.deletion.CASCADE,
67-
related_name="registered_users",
6867
to=swapper.get_model_name("openwisp_users", "Organization"),
6968
verbose_name="organization",
7069
),

0 commit comments

Comments
 (0)