Skip to content

Bump actions/setup-python from 4.6.0 to 4.7.0 #10

Bump actions/setup-python from 4.6.0 to 4.7.0

Bump actions/setup-python from 4.6.0 to 4.7.0 #10

Workflow file for this run

---
name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.11'
- name: install dev dependencies
run: pip install --user .[dev]
- name: run tests
run: python -mpytest
- name: lint
run: python -mflake8
...