Skip to content
Snippets Groups Projects

Draft: Fix pipenv but keep Python 3.9

Open Christian Meeßen requested to merge 80-fix_pipenv_in_python39 into master
12 files
+ 28
28
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -7,7 +7,7 @@ lint:Python:
@@ -7,7 +7,7 @@ lint:Python:
stage: lint
stage: lint
tags:
tags:
- rse
- rse
image: git.gfz-potsdam.de:5000/id2/software/services/fair/software-quality-assurance/software-quality-assurance:latest-dep-dev
image: git.gfz-potsdam.de:5000/rse/software-quality-assurance/sqa-framework/software-quality-assurance:latest-dep-dev
before_script:
before_script:
- pip install pylint
- pip install pylint
script:
script:
Loading