Skip to content

fix #499 -- tests needed to be added to braille.rs along with renamin… #42

fix #499 -- tests needed to be added to braille.rs along with renamin…

fix #499 -- tests needed to be added to braille.rs along with renamin… #42

Workflow file for this run

name: Python
on: [push, pull_request]
jobs:
test:
name: Python Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v6
- name: Run tests
working-directory: PythonScripts
run: uv run pytest