From 399c961c0c053c42926048e2dcd178e014a4851d Mon Sep 17 00:00:00 2001 From: "Christian Tremblay, ing" Date: Mon, 22 Feb 2021 11:17:27 -0500 Subject: [PATCH] forcing wheel install for legacy. Forgot to remove py 3.9, not yet part of setup --- .github/workflows/legacy_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/legacy_build.yml b/.github/workflows/legacy_build.yml index 17e4360..de1aa87 100644 --- a/.github/workflows/legacy_build.yml +++ b/.github/workflows/legacy_build.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip install flake8 pytest netifaces + pip install flake8 pytest netifaces wheel python -m setup.py install # - name: Lint with flake8 # run: |