Skip to content

Commit

Permalink
Merge pull request #4339 from nickmango/feature/pip-upgrade
Browse files Browse the repository at this point in the history
Feature/Pip Upgrade
  • Loading branch information
nickmango authored May 30, 2024
2 parents 62fa5e1 + 7e121cb commit b2d4679
Show file tree
Hide file tree
Showing 4 changed files with 1,916 additions and 1,041 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
Loading

0 comments on commit b2d4679

Please sign in to comment.