From d19ffa5af94f6f691a1c526a0543a5edd5b419fa Mon Sep 17 00:00:00 2001 From: asyms Date: Fri, 22 Sep 2023 16:47:45 +0200 Subject: [PATCH] add zigzag install for python-test --- .github/workflows/python-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 99c700ae..ce3f5757 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -23,6 +23,8 @@ jobs: python -m pip install --upgrade pip pip install ruff pip install -r requirements.txt + # install the current zigzag-dse + pip install . - name: Lint with ruff run: | # stop the build if there are Python syntax errors or undefined names