Skip to content

Commit

Permalink
add python path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbusche committed Nov 3, 2024
1 parent 53508f9 commit 848866c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:

- name: Install dependencies
run: |
export PYTHONPATH=$PYTHONPATH:.
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run pytest
run: pytest
run: pytest tests/
File renamed without changes.

0 comments on commit 848866c

Please sign in to comment.