From 6c438e16297e67cc18e9e9ec0c0a06391d26c3f7 Mon Sep 17 00:00:00 2001 From: "Christian Tremblay, ing" Date: Mon, 22 Feb 2021 11:45:03 -0500 Subject: [PATCH] Legacy version can be a pain... :0) --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4948138..9ccc1af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: build: - name: Linux versions - Install and test + name: Linux - Install and test runs-on: ubuntu-latest strategy: matrix: @@ -39,7 +39,7 @@ jobs: pytest -v legacy-build: - name: Legacy versions - Install and test + name: Legacy versions - Install only runs-on: ubuntu-18.04 strategy: matrix: @@ -52,7 +52,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip install pytest netifaces wheel +# pip install pytest netifaces wheel + pip install pytest python setup.py install # - name: Lint with flake8 # run: |