We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52630e7 commit 9c17059Copy full SHA for 9c17059
.gitlab-ci.yml
@@ -17,7 +17,7 @@ create-translations:
17
image: psono-docker.jfrog.io/ubuntu:22.04
18
script:
19
- apt-get update && apt-get install -y python3 python3-pip
20
- - pip3 install requests openai==1.34.0
+ - pip3 install requests openai==1.55.3
21
- python3 var/translate.py
22
only:
23
- master@psono/psono-admin-client
0 commit comments