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

Try running CI in existing executors

parent 26d0e7cf
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
......@@ -4,9 +4,6 @@ stages:
- automated_test
default:
image: python:3.11
tags:
- docker
before_script:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY_GITLAB" | tr -d '\r' | ssh-add -
......@@ -19,6 +16,7 @@ default:
- ssh-keyscan -p 10022 git.xfel.eu > $CI_PROJECT_DIR/.ssh/known_hosts
- ls $CI_PROJECT_DIR/.ssh
- echo $GIT_SSH_COMMAND
- export PYENV_VERSION="3.11"
- python3 -m venv .venv
- source .venv/bin/activate
- python3 -m pip install --upgrade pip setuptools wheel
......
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