Skip to content

Commit

Permalink
feat: conftest for dynamic linking path
Browse files Browse the repository at this point in the history
  • Loading branch information
roelofvandijkO committed May 12, 2024
1 parent 1e85932 commit 41a8ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os

def pytest_sessionstart():
os.environ['PATH'] = os.environ['PATH'] + os.pathsep + "/opt/homebrew/Caskroom/miniconda/base/envs/s2p/lib"

0 comments on commit 41a8ceb

Please sign in to comment.