Skip to content
Snippets Groups Projects
Commit c9fb6678 authored by Marco Clemencic's avatar Marco Clemencic Committed by Gerhard Raven
Browse files

Do not install argparse, not needed on CentOS7 (Python 2.7)

parent 549a50b0
No related branches found
No related tags found
1 merge request!433update gitlab-ci.yml to use centos7
......@@ -39,7 +39,7 @@ coding-conventions:
stage: test
script:
- export LCG_release_area=${LCG_release_area}:/cvmfs/lhcb.cern.ch/lib/lcg/external
- pip install autopep8 argparse
- pip install autopep8
- make BUILDDIR=build apply-formatting
- git diff > apply-formatting.patch
- git diff --stat | tee apply-formatting.stat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment