Skip to content

Merge pull request #4 from smartrecruiters/chore-sync-with-weaveworks… #12

Merge pull request #4 from smartrecruiters/chore-sync-with-weaveworks…

Merge pull request #4 from smartrecruiters/chore-sync-with-weaveworks… #12

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build-n-publish:
name: Run tests - Python ${{ matrix.python }}
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/[email protected]
with:
python-version: ${{ matrix.python }}
- name: Run tests
run: |
pip3 install tox flake8
make deps
make all