Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit bfbd2403 authored by ulrich_y's avatar ulrich_y
Browse files

use python3 for ci

parent 98e34262
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ifeq ($(UNAME_S),Linux)
PEP8=$(PYTHON) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python27/4.4.0/bin/pep8
JUPYTERCONV=$(PYTHON) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python27/4.4.0/bin/jupyter-nbconvert
else
PYTHON=python -B
PYTHON=python3 -B
PEP8=pep8
JUPYTERCONV=jupyter nbconvert
endif
......
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