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
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
sudo dpkg -i google-chrome-stable_current_amd64.deb
|
sudo dpkg -i google-chrome-stable_current_amd64.deb
|
||||||
sudo apt install google-chrome-stable
|
sudo apt install google-chrome-stable
|
||||||
pip install --upgrade selenium webdriver-manager
|
|
||||||
- name: Installing ipython kernel
|
- name: Installing ipython kernel
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ dependencies:
|
|||||||
- tqdm
|
- tqdm
|
||||||
- simplejson
|
- simplejson
|
||||||
- python-decouple
|
- python-decouple
|
||||||
- selenium
|
- selenium=4.19.*
|
||||||
- webdriver-manager
|
- webdriver-manager=4.0.*
|
||||||
- pycountry
|
- pycountry
|
||||||
prefix: /home/frank/miniconda3/envs/howbadismybatch-venv
|
prefix: /home/frank/miniconda3/envs/howbadismybatch-venv
|
||||||
|
|||||||
Reference in New Issue
Block a user