diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 625e5802..4ca87fb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,8 +66,7 @@ jobs: - name: Install test dependencies run: | pip install -U -r requirements-test.txt - pip install --force-reinstall \ - git+https://github.com/openwisp/openwisp-controller/@issue-606/zerotier-member-auth-ip-assign + pip install --force-reinstall https://github.com/openwisp/openwisp-controller/tarball/gsoc23 - name: Install openwisp-network-topology run: |