Skip to content

Commit

Permalink
Merge pull request #12 from colobas/dev
Browse files Browse the repository at this point in the history
smaller environment without deep learning deps
  • Loading branch information
colobas authored Feb 14, 2024
2 parents c61a09d + a1aad86 commit 43ff5af
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-debates.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Process Debates
name: Get Debates

on:
workflow_dispatch:
Expand All @@ -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
Expand Down
15 changes: 15 additions & 0 deletions environment-simple.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 43ff5af

Please sign in to comment.