Skip to content

Examples/Rich: use forceDD4HEP to make tests pass when we have EDM4HE… #1058

Examples/Rich: use forceDD4HEP to make tests pass when we have EDM4HE…

Examples/Rich: use forceDD4HEP to make tests pass when we have EDM4HE… #1058

Workflow file for this run

name: python
on: [push, pull_request]
jobs:
python-lint:
runs-on: ubuntu-latest
strategy:
matrix:
LCG: ["LCG_99/x86_64-centos7-gcc10-opt"]
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: aidasoft/run-lcg-view@v3
with:
release-platform: ${{ matrix.LCG }}
run: |
echo "RUNNING FLAKE8 CHECK"
find . -name "*.py" -and -not -name 'ddsix.py' -exec flake8 {} +