refactoring

This commit is contained in:
frankknoll
2023-01-17 16:15:40 +01:00
parent e581bf759c
commit 2a6ac4488f
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ jobs:
sudo apt install google-chrome-stable sudo apt install google-chrome-stable
pip install selenium webdriver-manager pip install selenium webdriver-manager
pip install pycountry pip install pycountry
pip install python-decouple
- name: Installing ipython kernel - name: Installing ipython kernel
shell: bash -el {0} shell: bash -el {0}
run: | run: |

View File

@@ -15,7 +15,7 @@ dependencies:
- tensorflow - tensorflow
- nb_conda_kernels - nb_conda_kernels
- pillow - pillow
- python-decouple # - python-decouple
# - selenium # - selenium
# - webdriver-manager # - webdriver-manager
# - pycountry # - pycountry