Skip to content

Sorted tuples of int. #172

Sorted tuples of int.

Sorted tuples of int. #172

name: Run quick Python tests
on: push
jobs:
testing:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
os: [ubuntu-20.04, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "3.7"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: pip install poetry
- name: Install requirements
run: poetry install --with testing
- name: Test package
run: poetry run quicktest