Skip to content

build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in the … #70

build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in the …

build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in the … #70

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: "pip"
cache-dependency-path: pyproject.toml
- name: test
run: make test INSTALL_EXTRA=test