Skip to content

Fix precedence naming in expr_unparse.py #44

Fix precedence naming in expr_unparse.py

Fix precedence naming in expr_unparse.py #44

Workflow file for this run

name: Tests
on:
push:
branches: main
pull_request:
branches: main
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/[email protected]
- uses: "actions/setup-python@v5"
with:
python-version: "${{ matrix.python-version }}"
- name: "Install and run test"
run: |
python3 -m pip install .
python3 -m oneliner_tests