Skip to content

Commit e743e45

Browse files
committed
Calling "python3.10" fails on GHA
This specific Python version is currently specified through the workflow definition, so it's fine for now to simply comment this line. For a real solution that would cover different Python versions *in one build job* we'd probably need to resort to Pyenv or have some other magic involved.
1 parent 4e56a08 commit e743e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/apidocs/hrm-omero.inc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ EXCLUDE_VERSIONS='^(.*-dev[0-9]+)$'
3232
# PREPROC_VERSIONS='^(1.0.0|1.1.0|1.2.0|1.3.0|1.4.0)$'
3333

3434
# specify a Python command to use for creating the venv:
35-
PYTHON_CMD="/usr/bin/python3.10"
35+
# PYTHON_CMD="/usr/bin/python3.10"
3636

3737
# venv to use for running pdoc:
3838
USE_VENV=$HOME/.virtualenvs/hrm-omero-pdoc

0 commit comments

Comments
 (0)