Skip to content

Bump actions/setup-python from 4 to 5 #28

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #28

Workflow file for this run

name: Test
on: [pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false
steps:
- run: |
sudo apt-get update
sudo apt-get install graphviz
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install .
- run: mkdir testdir && cd testdir && python -m unittest discover -v refcycle