mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-10 16:49:41 +00:00
Try an 'export LANGUAGE' to fix the 12hr time issue
This commit is contained in:
1
.github/workflows/django.yml
vendored
1
.github/workflows/django.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Setup Chromedriver
|
- name: Setup Chromedriver
|
||||||
run: |
|
run: |
|
||||||
|
export LANGUAGE=en_GB.UTF-8
|
||||||
wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
|
wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
|
||||||
unzip chromedriver_linux64.zip
|
unzip chromedriver_linux64.zip
|
||||||
export PATH=$PATH:$(pwd)
|
export PATH=$PATH:$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user