Lets try this

This commit is contained in:
2021-01-24 21:54:01 +00:00
parent 6dba3ea86d
commit 023d63cd73
2 changed files with 7 additions and 1 deletions

View File

@@ -23,6 +23,12 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Force Locale
run: |
export TZ=Europe/London
export LANG=en_GB.UTF-8
export LC_ALL=en_GB.UTF-8
export LANGUAGE=en_GB.UTF-8
- name: Setup Chromedriver - name: Setup Chromedriver
run: | run: |
wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip

View File

@@ -1,6 +1,6 @@
from pypom import Region from pypom import Region
from django.utils import timezone from django.utils import timezone
from django.conf import settings import PyRIGS.settings
from selenium.webdriver.common.by import By from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions from selenium.webdriver.support import expected_conditions
from selenium.webdriver.remote.webelement import WebElement from selenium.webdriver.remote.webelement import WebElement