From 4ffad66191be1990ecf97cad7cae4e2479b71dfc Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 27 May 2022 23:35:21 +0200 Subject: [PATCH] revert back to simple wheel --- .github/actions/setup/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index a4f098921b..1a954349ef 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -45,8 +45,7 @@ runs: shell: bash run: | python3 -m pip install -U pip - sudo apt-get install python-wheel - pip3 install invoke + pip3 install invoke wheel - name: Install Specific Python Dependencies if: ${{ inputs.pip-dependency }} shell: bash