Skip to content

Built-in odict is a lifted type for now (i.e. we do not wrap it in an… #63

Built-in odict is a lifted type for now (i.e. we do not wrap it in an…

Built-in odict is a lifted type for now (i.e. we do not wrap it in an… #63

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: python -m pip install --upgrade pip tox
- name: Run tox
run: tox -e py${{ matrix.python-version }}