From 1d5e150e1448f63df04f30125ddd1c12dd930150 Mon Sep 17 00:00:00 2001 From: Ekaterina Aidova Date: Thu, 14 Dec 2023 09:53:20 +0400 Subject: [PATCH] enable back sndfile install (#1542) --- .github/workflows/treon.yml | 12 ++++++------ .github/workflows/treon_precommit.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/treon.yml b/.github/workflows/treon.yml index 0da8dbe28de..b403c9fdd2f 100644 --- a/.github/workflows/treon.yml +++ b/.github/workflows/treon.yml @@ -37,12 +37,12 @@ jobs: uses: xom9ikk/dotenv@v1.0.2 with: path: ./.github/workflows - # - name: Install required packages - # run: | - # if [ "$RUNNER_OS" == "Linux" ]; then - # sudo apt-get install libsndfile1 -y - # fi - # shell: bash + - name: Install required packages + run: | + if [ "$RUNNER_OS" == "Linux" ]; then + sudo apt-get install libsndfile1 -y + fi + shell: bash - name: Set up Python uses: actions/setup-python@v1 with: diff --git a/.github/workflows/treon_precommit.yml b/.github/workflows/treon_precommit.yml index 5f2f2e3abf2..62262799b12 100644 --- a/.github/workflows/treon_precommit.yml +++ b/.github/workflows/treon_precommit.yml @@ -71,12 +71,12 @@ jobs: uses: xom9ikk/dotenv@v1.0.2 with: path: ./.github/workflows - # - name: Install required packages - # run: | - # if [ "$RUNNER_OS" == "Linux" ]; then - # sudo apt-get install libsndfile1 -y - # fi - # shell: bash + - name: Install required packages + run: | + if [ "$RUNNER_OS" == "Linux" ]; then + sudo apt-get install libsndfile1 -y + fi + shell: bash - name: Set up Python uses: actions/setup-python@v1 with: