From ea164bf4eb4f713f15c4aa9077d68dc5157cb99f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 21 Apr 2025 10:33:46 +0200 Subject: Replace base python by UV --- .github/workflows/update-stops-data.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.github/workflows/update-stops-data.yml') diff --git a/.github/workflows/update-stops-data.yml b/.github/workflows/update-stops-data.yml index 1b72cdc..1baf323 100644 --- a/.github/workflows/update-stops-data.yml +++ b/.github/workflows/update-stops-data.yml @@ -12,13 +12,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Setup Python - uses: actions/setup-python@v4 - with: - python-version: '3.x' - + - name: Install uv + uses: astral-sh/setup-uv@v5 + - name: Run download script - run: python data/download-stops.py + run: uv run data/download-stops.py - name: Commit changes if any id: commit -- cgit v1.3