Skip to content

Commit

Permalink
Update pip for action
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris authored Jun 24, 2024
1 parent 10a5069 commit f52525e
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y install sox libportaudio2
# python -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

0 comments on commit f52525e

Please sign in to comment.