Skip to content

Commit

Permalink
Merge pull request #5 from agent87/dev
Browse files Browse the repository at this point in the history
Added STT Notebook
  • Loading branch information
agent87 committed Jan 19, 2024
2 parents 5d8c1f6 + 70dd91b commit 19075a0
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Django CI
name: Main CI

on:
push:
Expand All @@ -25,6 +25,3 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
run: |
python -m unittest
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ dmypy.json

#ignore the sounds directory

bingo.py
*.ipynb


#ignore sound files
Expand Down
Loading

0 comments on commit 19075a0

Please sign in to comment.