From 59331f48da68f74612973c19ecf0175e793280be Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 11 Oct 2023 15:16:20 +0200 Subject: [PATCH] [ci] Removed gsoc23, point netdiff to master --- .github/workflows/ci.yml | 4 +--- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca87fb..f9f3785 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,11 +5,9 @@ on: push: branches: - master - - gsoc23 pull_request: branches: - master - - gsoc23 jobs: build: @@ -66,7 +64,7 @@ jobs: - name: Install test dependencies run: | pip install -U -r requirements-test.txt - pip install --force-reinstall https://github.com/openwisp/openwisp-controller/tarball/gsoc23 + pip install --force-reinstall https://github.com/openwisp/openwisp-controller/tarball/master - name: Install openwisp-network-topology run: | diff --git a/requirements.txt b/requirements.txt index 03c8ebd..1ea3fbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master -netdiff @ https://github.com/openwisp/netdiff/tarball/gsoc23 +netdiff @ https://github.com/openwisp/netdiff/tarball/master jsonfield~=3.1.0 django-flat-json-widget @ https://github.com/openwisp/django-flat-json-widget/tarball/master openwisp-utils[celery] @ https://github.com/openwisp/openwisp-utils/tarball/master