adapting conda environment

This commit is contained in:
Frank Knoll
2024-04-26 07:53:38 +02:00
parent 653cbdbf01
commit 32e62b05f5
2 changed files with 2 additions and 3 deletions

View File

@@ -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: |

View File

@@ -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