From cf2edab29759f39de17d906230e603302840ad98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= <75033623+htamas1210@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:31:18 +0100 Subject: [PATCH] Remove Python setup from upload_data workflow Removed Python setup step for Google Sheets API. --- .github/workflows/upload_data.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/upload_data.yml b/.github/workflows/upload_data.yml index ef9b745..982cea6 100644 --- a/.github/workflows/upload_data.yml +++ b/.github/workflows/upload_data.yml @@ -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