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

Configure dependabot #8

Configure dependabot

Configure dependabot #8

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 gh-pages branch
uses: actions/checkout@v4
with:
ref: "gh-pages"
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/