Skip to content

Commit

Permalink
add zigzag install for python-test
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed Sep 22, 2023
1 parent 809d6c8 commit d19ffa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d19ffa5

Please sign in to comment.