Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Bump ruff from 0.5.2 to 0.5.3 #33

Bump ruff from 0.5.2 to 0.5.3

Bump ruff from 0.5.2 to 0.5.3 #33

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v4
- name: Checkout data branch
uses: actions/checkout@v4
with:
ref: "data"
path: "data"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Install uv
run: pipx install uv
- name: Install dependencies
run: |
uv pip install --system --requirement requirements.txt
- name: Test
run: |
python3 test.py data/