From a8cf7f400bd855dd3506f98fd7fde2acec1b166c Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Fri, 8 Nov 2024 16:52:05 +0000 Subject: [PATCH] Common already installs pipeline --- .github/actions/deploy_gcloud/action.yml | 1 - generate_requirements.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/actions/deploy_gcloud/action.yml b/.github/actions/deploy_gcloud/action.yml index 1635a14..f7ec52d 100644 --- a/.github/actions/deploy_gcloud/action.yml +++ b/.github/actions/deploy_gcloud/action.yml @@ -130,7 +130,6 @@ runs: pip install -t lib google-auth==1.* pip install -t lib psycopg2==2.9.10 - pip install -t lib django-pipeline==2.0.8 python generate_requirements.py $REQUIREMENTS_ARGS diff --git a/generate_requirements.py b/generate_requirements.py index b288cf0..7b27574 100644 --- a/generate_requirements.py +++ b/generate_requirements.py @@ -34,7 +34,6 @@ "google-cloud-logging==1.*", "google-auth==1.*", "psycopg2==2.9.10", - "django-pipeline==2.0.8" ] )