Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing test #171

Merged
merged 7 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/basic_tests_for_aud_csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y install sox libportaudio2
python3 -m pip install --upgrade pip
# python3 -m pip install --upgrade pip
pip install -r requirements.txt
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install --editable .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Draft PDF
on: [push]
on: [merge]

jobs:
paper:
Expand Down
Binary file removed paper/paper.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ opensmile
pandas
praat-parselmouth
pylatex
renumics-spotlight
# renumics-spotlight
# sliceguard
scikit_learn
scipy
seaborn
sliceguard
sounddevice
splitutils
tensorflow
Expand Down
Loading