Skip to content

Commit

Permalink
try upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Jul 29, 2024
1 parent 1d0ce25 commit 6bbf62b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/production-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
port: ${{ secrets.CLOUD_SQL_DATABASE_PORT }}

- name: Install requirements
run: pip install -r requirements.txt
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Set env vars
run: |
Expand Down

0 comments on commit 6bbf62b

Please sign in to comment.