Skip to content
Snippets Groups Projects
Commit 1eb7486e authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Karim Ahmed
Browse files

Don't try to install Python 3.11 in CI

parent 77963957
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
......@@ -16,7 +16,6 @@ stages:
- ssh-keyscan -p 10022 git.xfel.eu > $CI_PROJECT_DIR/.ssh/known_hosts
- ls $CI_PROJECT_DIR/.ssh
- echo $GIT_SSH_COMMAND
- pyenv install 3.11
- pyenv versions
- python3.11 -m venv .venv --clear
- source .venv/bin/activate
......
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