Skip to content

Commit

Permalink
Migrate to Python 11
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Jan 30, 2024
1 parent b94a897 commit 6f645dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: celery
image: docker-registry.tools.wmflabs.org/toolforge-python39-sssd-base:latest
image: docker-registry.tools.wmflabs.org/toolforge-python311-sssd-base:latest
command: [ "/data/project/editgroups/www/python/src/tasks.sh" ]
workingDir: /data/project/editgroups/www/python/src
env:
Expand Down
2 changes: 1 addition & 1 deletion deployment/listener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: listener
image: docker-registry.tools.wmflabs.org/toolforge-python39-sssd-base:latest
image: docker-registry.tools.wmflabs.org/toolforge-python311-sssd-base:latest
command: [ "/data/project/editgroups/www/python/src/listener.sh" ]
workingDir: /data/project/editgroups/www/python/src
env:
Expand Down
2 changes: 1 addition & 1 deletion listener.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VENV_DIR=/data/project/editgroups/venv
VENV_DIR=/data/project/editgroups/www/python/venv

if [[ -f ${VENV_DIR}/bin/activate ]]; then
source ${VENV_DIR}/bin/activate
Expand Down

0 comments on commit 6f645dd

Please sign in to comment.