Skip to content

Bump scitools/workflows from 2024.11.3 to 2024.11.5 #195

Bump scitools/workflows from 2024.11.3 to 2024.11.5

Bump scitools/workflows from 2024.11.3 to 2024.11.5 #195

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'