Try an 'export LANGUAGE' to fix the 12hr time issue

This commit is contained in:
2021-01-24 21:15:04 +00:00
parent b24ac0ec4a
commit fa8f117339

View File

@@ -25,6 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Chromedriver
run: |
export LANGUAGE=en_GB.UTF-8
wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
export PATH=$PATH:$(pwd)