Update pip install command to break system packages

This commit is contained in:
Hatvani Tamás
2025-11-09 14:34:18 +01:00
committed by GitHub
parent cf2edab297
commit 8a01bba644

View File

@@ -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: