Skip to content

move tephi/tests to tests #175

move tephi/tests to tests

move tephi/tests to tests #175

Workflow file for this run

name: ci-tests
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
key: tox-${{ hashFiles('requirements/dev.yml') }}-${{ hashFiles('tox.ini') }}
path: |
.tox
- name: Run tox
run: pipx run 'tox<4'