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

Merge pull request #15 from josh/dependabot/pip/mypy-1.11.1 #42

Merge pull request #15 from josh/dependabot/pip/mypy-1.11.1

Merge pull request #15 from josh/dependabot/pip/mypy-1.11.1 #42

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/