Skip to content

Commit

Permalink
correct CI
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Nov 23, 2024
1 parent 8ef3092 commit 8f812d1
Show file tree
Hide file tree
Showing 5 changed files with 794 additions and 791 deletions.
Binary file added .coverage
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set PYTHONPATH
run: |
export PYTHONPATH="${PYTHONPATH}:$(pwd)/src"
echo "PYTHONPATH=src" >> $GITHUB_ENV
- name: Run tests with coverage
run: |
Expand Down
5 changes: 5 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import sys
import os

# Add the src directory to the Python path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
Loading

0 comments on commit 8f812d1

Please sign in to comment.