Remove Python setup from upload_data workflow

Removed Python setup step for Google Sheets API.
This commit is contained in:
Hatvani Tamás
2025-11-09 14:31:18 +01:00
committed by GitHub
parent 5443002c5f
commit cf2edab297

View File

@@ -10,12 +10,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Python (for Google Sheets API)
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install gspread google-auth