Skip to content

Commit

Permalink
chore(#1): install itself
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 16, 2024
1 parent 92ed5de commit 04a56f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/py.yml
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: pytest
run: |
export PYTHONPATH=.
pip install .
pytest tests
- name: pylint
run: |
Expand Down

0 comments on commit 04a56f1

Please sign in to comment.