Skip to content

Commit

Permalink
GitlabCI: drop Flake check, since we have that on github as well
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Aug 13, 2024
1 parent 80c3b72 commit fcd5569
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,6 @@ mac11-clang12-XERCESC:
reports:
junit: junit*.xml

Python:
stage: build
tags:
- docker
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh
- echo "RUNNING FLAKE8 CHECK"
- find . -name "*.py" -exec flake8 {} +



#############################
# Documentation Compilation #
#############################
Expand Down

0 comments on commit fcd5569

Please sign in to comment.