Skip to content

Commit

Permalink
Feature/Pip Upgrade
Browse files Browse the repository at this point in the history
- Update pip before installing packages CI/CD pipeline

Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed May 30, 2024
1 parent 62fa5e1 commit f4a8259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Python Setup
working-directory: cla-backend
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Python Lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Python Setup
working-directory: cla-backend
run: |
pip install --upgrade pip
pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Python Setup
working-directory: cla-backend
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Go Setup
Expand Down

0 comments on commit f4a8259

Please sign in to comment.