Skip to content

Commit

Permalink
Common already installs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 8, 2024
1 parent d2f1b7a commit a8cf7f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion generate_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"google-cloud-logging==1.*",
"google-auth==1.*",
"psycopg2==2.9.10",
"django-pipeline==2.0.8"
]
)

Expand Down

0 comments on commit a8cf7f4

Please sign in to comment.