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
|
||||
run: |
|
||||
pip install gspread google-auth
|
||||
pip install gspread google-auth --break-system-packages
|
||||
|
||||
- name: Upload test_data.log to Google Sheets
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user