Skip to content

Commit

Permalink
Install regexploit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
b-c-ds authored and bcaller committed Dec 30, 2020
1 parent b2f8ec7 commit 7d47d9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
black --check regexploit
black --check tests
- name: Install regexploit
run: |
pip install -e .
- name: Test with pytest
run: |
pytest

0 comments on commit 7d47d9c

Please sign in to comment.