Skip to content

turn mtext that looks like a number into an ms #23

turn mtext that looks like a number into an ms

turn mtext that looks like a number into an ms #23

Workflow file for this run

name: Python
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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