Skip to content

Commit

Permalink
Setup: fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Jul 13, 2023
1 parent 1abc765 commit 7c11154
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/base.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/base_reduced.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reduced_develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reduced_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reduced_examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reduced_finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reduced_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reduced_ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reduced_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
shell: bash
run: pip install -r requirements/requirements-nox.txt

- name: Install update
shell: bash
run: sudo apt-get update
if: startsWith(runner.os, 'Linux') == true

- name: Install libsndfile and libgomp1 on Ubuntu
shell: bash
run: sudo apt-get install -y libsndfile-dev libgomp1
Expand Down

0 comments on commit 7c11154

Please sign in to comment.