From 07b86fc37c3b147c2517199bbb96fd813bf1a516 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 | 2 -- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca87fb4..993b6d8d 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: diff --git a/requirements.txt b/requirements.txt index 03c8ebd7..1ea3fbff 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