From 4646d258acd1d6b7834a5c84ed128cdf3ca6bb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Fri, 29 Oct 2021 23:26:15 +0200 Subject: [PATCH] Add missing requirements for rtmidi in GitHub actions --- .github/workflows/pylint.yml | 4 ++++ .github/workflows/python-app.yml | 4 ++++ .idea/PythonMcu.iml | 12 +----------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9ea289a..3a0b733 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -13,6 +13,10 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.9 + - name: Install required headers + run: | + sudo apt update + sudo apt install libasound2-dev - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d6bb54c..57ac891 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -20,6 +20,10 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.9 + - name: Install required headers + run: | + sudo apt update + sudo apt install libasound2-dev - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.idea/PythonMcu.iml b/.idea/PythonMcu.iml index edecc94..ec63674 100644 --- a/.idea/PythonMcu.iml +++ b/.idea/PythonMcu.iml @@ -1,15 +1,5 @@ - - - - - - - - - - - +