Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 41a8ceb

Browse files
feat: conftest for dynamic linking path
1 parent 1e85932 commit 41a8ceb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import os
2+
3+
def pytest_sessionstart():
4+
os.environ['PATH'] = os.environ['PATH'] + os.pathsep + "/opt/homebrew/Caskroom/miniconda/base/envs/s2p/lib"

0 commit comments

Comments
 (0)