ci: drop python/3.9 #16
@@ -4,7 +4,8 @@ if [ "pc15543.psi.ch" != "$(hostname)" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
module add psi-python39/2021.11
|
||||
module use unstable
|
||||
module add psi-python311/2024.02
|
||||
echo module add tmux/3.2 >> ~/.bashrc
|
||||
echo module add redis/7.0.12 >> ~/.bashrc
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
module add psi-python39/2021.11
|
||||
module use unstable
|
||||
module add psi-python311/2024.02
|
||||
|
||||
cd ~/Data10/software
|
||||
python -m venv ./bec_widgets_venv
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
# BEAMLINE_REPO=gitlab.psi.ch:bec/csaxs-bec.git
|
||||
# git clone git@$BEAMLINE_REPO
|
||||
|
||||
module add psi-python39/2021.11
|
||||
module use unstable
|
||||
module add psi-python311/2024.02
|
||||
|
||||
# start redis
|
||||
docker run --network=host --name redis-bec -d redis
|
||||
|
||||
Reference in New Issue
Block a user