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 fa6a52f commit f2fab2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest pylint flake8
pip install -r requirements.txt
export PYTHONPATH=.
- name: pytest
run: |
export PYTHONPATH=.
pytest tests
- name: pylint
run: |
Expand Down

0 comments on commit f2fab2a

Please sign in to comment.