adapting conda environment
This commit is contained in:
1
.github/workflows/buildAndDeployWebsite.yml
vendored
1
.github/workflows/buildAndDeployWebsite.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
sudo dpkg -i google-chrome-stable_current_amd64.deb
|
||||
sudo apt install google-chrome-stable
|
||||
pip install --upgrade selenium webdriver-manager
|
||||
- name: Installing ipython kernel
|
||||
shell: bash -el {0}
|
||||
run: |
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies:
|
||||
- tqdm
|
||||
- simplejson
|
||||
- python-decouple
|
||||
- selenium
|
||||
- webdriver-manager
|
||||
- selenium=4.19.*
|
||||
- webdriver-manager=4.0.*
|
||||
- pycountry
|
||||
prefix: /home/frank/miniconda3/envs/howbadismybatch-venv
|
||||
|
||||
Reference in New Issue
Block a user