From a1aad86f0accd71c71615843b36865eccd9c2f63 Mon Sep 17 00:00:00 2001 From: Guilherme Pires Date: Wed, 14 Feb 2024 16:56:27 -0700 Subject: [PATCH] smaller environment without deep learning deps --- .github/workflows/upload-debates.yaml | 4 ++-- environment-simple.yml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 environment-simple.yml diff --git a/.github/workflows/upload-debates.yaml b/.github/workflows/upload-debates.yaml index 5ce87fc..6de52d2 100644 --- a/.github/workflows/upload-debates.yaml +++ b/.github/workflows/upload-debates.yaml @@ -1,4 +1,4 @@ -name: Process Debates +name: Get Debates on: workflow_dispatch: @@ -16,7 +16,7 @@ jobs: name: install whisperx and other deps with: micromamba-version: '1.3.1-0' - environment-file: environment.yml + environment-file: environment-simple.yml init-shell: >- bash cache-environment: true diff --git a/environment-simple.yml b/environment-simple.yml new file mode 100644 index 0000000..455566b --- /dev/null +++ b/environment-simple.yml @@ -0,0 +1,15 @@ +name: debates +channels: + - conda-forge + - defaults +dependencies: + - python=3.10 + - ffmpeg=6.1.1 + - rclone + - pip: + - beautifulsoup4 + - python-dotenv + - google-api-python-client + - google-auth + - google-auth-oauthlib + - google-auth-httplib2