Skip to content

Commit

Permalink
chore(#1): python path
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 16, 2024
1 parent 7e26b9a commit fa6a52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/py.yml
Expand Up @@ -49,6 +49,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest pylint flake8
pip install -r requirements.txt
export PYTHONPATH=.
- name: pytest
run: |
pytest tests
Expand Down

0 comments on commit fa6a52f

Please sign in to comment.