Skip to content

3.14 tag, drop 3.10, coverage config like omc3 #323

3.14 tag, drop 3.10, coverage config like omc3

3.14 tag, drop 3.10, coverage config like omc3 #323

Workflow file for this run

# Runs all tests
name: All Tests
defaults:
run:
shell: bash
on: # Runs on any push event to any branch except master (the coverage workflow takes care of that)
push:
branches-ignore:
- 'master'
jobs:
tests:
uses: pylhc/.github/.github/workflows/tests.yml@master
with:
pytest-options: -m "not cern_network" --mpl