Skip to content

make test more robust by ignoring epsilon differences more often #2

make test more robust by ignoring epsilon differences more often

make test more robust by ignoring epsilon differences more often #2

Workflow file for this run

name: Run Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"
- run: npm ci
- name: Set Up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
- name: Type-Check and Test Prettypretty
run: python -m runtest