From f951c3a1054da0598e2ba838952e077ad7a0547e Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 26 Sep 2023 12:40:22 +0200 Subject: [PATCH] [chores] Point ci to gsoc23 branch --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: |