From 8afa3c065c7fff3c2cf0aca89fb51e8aae2b4b57 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 17 May 2021 21:25:15 -0600 Subject: [PATCH] [Github Actions] install wheel and upgrade pip --- .github/workflows/testing_external_plugins.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing_external_plugins.yaml b/.github/workflows/testing_external_plugins.yaml index 44022034..05f915b7 100644 --- a/.github/workflows/testing_external_plugins.yaml +++ b/.github/workflows/testing_external_plugins.yaml @@ -65,6 +65,7 @@ jobs: - name: Install dependencies run: | + python -m pip install pip setuptools wheel --upgrade python -m pip install . python -m pip install ./tests/external_plugins_src/ python -m pip install pytest behave