From 3a201ab7ccc15c7c6fd2b72ebc211308ea11ef88 Mon Sep 17 00:00:00 2001 From: "Christian Tremblay, ing" Date: Mon, 22 Feb 2021 11:46:15 -0500 Subject: [PATCH] error on yaml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ccc1af..16808f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,8 +52,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | -# pip install pytest netifaces wheel pip install pytest +# pip install pytest netifaces wheel python setup.py install # - name: Lint with flake8 # run: |