Skip to content

Commit

Permalink
Fix: Workflow on main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Aug 14, 2023
1 parent e5b1f5a commit ea31327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
- name: Install package
shell: bash
# note: ${GITHUB_REF##*/} gives the branch name
# note 2: dev is not the branch here, but the dev dependencies
run: |
python -m pip install "aac-datasets[${GITHUB_REF_NAME}] @ git+https://github.com/Labbeti/aac-datasets@${GITHUB_REF##*/}"
python -m pip install "aac-datasets[dev] @ git+https://github.com/Labbeti/aac-datasets@${GITHUB_REF##*/}"
- name: Install soundfile for torchaudio
run: |
Expand Down

0 comments on commit ea31327

Please sign in to comment.