Skip to content

Commit a8cf7f4

Browse files
committed
Common already installs pipeline
1 parent d2f1b7a commit a8cf7f4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/actions/deploy_gcloud/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ runs:
130130
131131
pip install -t lib google-auth==1.*
132132
pip install -t lib psycopg2==2.9.10
133-
pip install -t lib django-pipeline==2.0.8
134133
135134
python generate_requirements.py $REQUIREMENTS_ARGS
136135

generate_requirements.py

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"google-cloud-logging==1.*",
3535
"google-auth==1.*",
3636
"psycopg2==2.9.10",
37-
"django-pipeline==2.0.8"
3837
]
3938
)
4039

0 commit comments

Comments
 (0)