Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Mar 20, 2024
2 parents 8baa9dd + 02d7716 commit 30bbc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def test(*args):
import pytest

path = os.path.join(os.path.split(__file__)[0], "tests")
pytest.main(args=[path] + list(args))
pytest.main(args=[path] + list(args))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
"Topic :: Scientific/Engineering",
],
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
)
)

0 comments on commit 30bbc0e

Please sign in to comment.