Update pip install command to break system packages
This commit is contained in:
2
.github/workflows/upload_data.yml
vendored
2
.github/workflows/upload_data.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install gspread google-auth
|
pip install gspread google-auth --break-system-packages
|
||||||
|
|
||||||
- name: Upload test_data.log to Google Sheets
|
- name: Upload test_data.log to Google Sheets
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user