adding github actions workflow

This commit is contained in:
frankknoll
2023-01-15 13:54:03 +01:00
parent a3623fb4db
commit e553a98b5f
4 changed files with 50 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
name: howbadismybatch-venv
channels:
- defaults
# - conda-forge
dependencies:
- python=3
- ipykernel
@@ -13,4 +14,8 @@ dependencies:
- jupyter
- tensorflow
- nb_conda_kernels
- pillow
# - selenium
# - webdriver-manager
# - pycountry
prefix: /home/frankknoll/anaconda3/envs/howbadismybatch-venv