Skip to content

Country, sites now query site_info.csv instead of the full parquet da… #38

Country, sites now query site_info.csv instead of the full parquet da…

Country, sites now query site_info.csv instead of the full parquet da… #38

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
pull_request:
permissions: {}
jobs:
pre-commit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Code Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
- name: Install dependencies
run: uv sync --frozen
- name: Install deptry
run: uv tool install deptry
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1