Skip to content

Commit

Permalink
pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
PARKCHEOLHEE-lab committed Jun 16, 2024
1 parent b214c27 commit c24f004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
- name: Run tests
env:
PYTHONPATH: ${{ github.workspace }}
run: |
pytest tests/
2 changes: 1 addition & 1 deletion tests/test_plotter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import pytest

from ..debugvisualizer import Plotter
from debugvisualizer import Plotter


@pytest.fixture
Expand Down

0 comments on commit c24f004

Please sign in to comment.