diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 20:51:25 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-02-07 20:51:25 +0100 |
commit | 51cef13c23aa186967ca85bbc4150b069eb3909e (patch) | |
tree | 2de6f8e9d79ca12b6b50fe5e1c2d63330e84b759 | |
parent | 31d45241b21ddca8195c82a1d6e3e4fafe3eec45 (diff) | |
download | tmwa-51cef13c23aa186967ca85bbc4150b069eb3909e.tar.gz tmwa-51cef13c23aa186967ca85bbc4150b069eb3909e.tar.bz2 tmwa-51cef13c23aa186967ca85bbc4150b069eb3909e.tar.xz tmwa-51cef13c23aa186967ca85bbc4150b069eb3909e.zip |
Checkout locales https://stackoverflow.com/questions/51026315/how-to-solve-unicodedecodeerror-in-python-3-6/51027262#51027262
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee08c08..7f477bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,8 @@ variables: &base_vars - uname -a - apt-get update - apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES - - apt-cache search python - apt-cache search python3 + - locale # Compilers variables: |