We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbf62b commit c03a667Copy full SHA for c03a667
.github/workflows/production-daily.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install requirements
34
run: |
35
- pip install --upgrade pip
+ pip install wheel
36
pip install -r requirements.txt
37
38
- name: Set env vars
.github/workflows/staging-push.yml
@@ -31,7 +31,9 @@ jobs:
31
port: ${{ secrets.CLOUD_SQL_DATABASE_PORT }}
- run: pip install -r requirements.txt
+ run: |
+ pip install -r requirements.txt
39
0 commit comments