Skip to content

Commit

Permalink
pip install --editable .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 12, 2024
1 parent 9357cd0 commit 494c4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install --editable .
- uses: pre-commit/action@v3.0.1
test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions py/test/test_endpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import unittest

import numpy as np

from soundswallower import Endpointer

DATADIR = os.path.join(os.path.dirname(__file__), "..", "..", "tests", "data")
Expand Down

0 comments on commit 494c4b8

Please sign in to comment.