Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Oct 17, 2024
1 parent 0fc78c2 commit 620e4b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dreamberd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
export LANG=de_DE.UTF-8
export LC_CTYPE=de_DE.UTF-8
export PYTHONUNBUFFERED=1
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off
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 -c "import locale; print(locale.getlocale()[0]); locale.setlocale(locale.LC_ALL, 'de_DE.UTF-8'); 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 620e4b1

Please sign in to comment.