Skip to content
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
6 changes: 4 additions & 2 deletions .github/workflows/sync-version-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Update

on:
# Runs at 10:00 UTC every day
schedule:
- cron: '0 10 * * *'
# Disable until 4.0.0 is reliable
# See https://github.com/snapcrafters/audacity/issues/91
#schedule:
# - cron: '0 10 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions bin/fetch-models
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ Downloading Music Separation models from Hugging Face. Please be patient!
silent git clone https://huggingface.co/Intel/demucs-openvino "${SEPARATION_TMP}"
cd "${SEPARATION_TMP}"
silent git checkout 97fc578fb57650045d40b00bc84c7d156be77547
silent git lfs install
silent git lfs pull
mkdir -p "${SEPARATION}"
cp "${SEPARATION_TMP}/htdemucs_v4."{bin,xml} "${SEPARATION}"
rm -rf "${SEPARATION_TMP}"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: audacity
version: 4.0.0
version: 3.7.9
adopt-info: audacity
description: |
Audacity® is a free, easy-to-use, multi-track audio editor and recorder for Windows,
Expand Down
Loading