Skip to content

Commit

Permalink
loist
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Oct 17, 2024
1 parent 035de50 commit 0fc78c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dreamberd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0fc78c2

Please sign in to comment.