Skip to content

Bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group #76

Bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group

Bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group #76

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
tests:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: ${{ matrix.python-version }}
- run: pip install .
- run: make test