Skip to content

Commit

Permalink
try installing wheel and update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Jul 29, 2024
1 parent c03a667 commit ecb960e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Install requirements
run: |
pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
Expand Down

0 comments on commit ecb960e

Please sign in to comment.