aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-stops-data.yml10
1 files changed, 4 insertions, 6 deletions
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