From 0fc78c2dc6d135bc6124b364ada209743e5754b3 Mon Sep 17 00:00:00 2001 From: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:19:29 +0200 Subject: [PATCH] loist --- .github/workflows/dreamberd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dreamberd.yaml b/.github/workflows/dreamberd.yaml index cb7b7fd..e394a1f 100644 --- a/.github/workflows/dreamberd.yaml +++ b/.github/workflows/dreamberd.yaml @@ -31,7 +31,7 @@ jobs: export LANG=de_DE.UTF-8 export LC_CTYPE=de_DE.UTF-8 export PYTHONUNBUFFERED=1 - python -c "import locale; print(locale.getlocale()[0]); locale.setlocale(locale.LC_ALL, locale.getlocale()[0]); print(locale.localeconv())" - python -c "import locale; print(locale.getlocale()[0]); locale.setlocale(locale.LC_ALL, 'de_DE.UTF-8'); print(locale.localeconv())" + locale + python -c "import locale; print(locale.getlocale()[0]); locale.setlocale(locale.LC_ALL, locale.getlocale()[0]); print(locale.localeconv()); print(locale.currency(100))" python simulate_key_presses.py --win & dreamberd tictactoe.db python simulate_key_presses.py --draw & dreamberd tictactoe.db