Skip to content

Bump actions/setup-python from 2 to 5 #14

Bump actions/setup-python from 2 to 5

Bump actions/setup-python from 2 to 5 #14

Workflow file for this run

---
name: tests
on:
pull_request:
push:
branches:
- main
jobs:
setuptools-install:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.7
- "3.11"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade build pip
- run: python -m build
- run: python -m pip install dist/*.whl
- run: python test.py