Skip to content

Add name resolution and scopes #145

Add name resolution and scopes

Add name resolution and scopes #145

Workflow file for this run

on:
push:
branches: [ main, "**workflow**" ]
pull_request:
branches: [ main, "**workflow**" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
py_version:
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup python ${{ matrix.py_version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py_version }}
- name: Run tests
run: |
chmod +x ./run_tests.sh
./run_tests.sh --verbose
- name: Run mini-benchmark
run: |
python ./benchmark.py