Skip to content

Commit

Permalink
CI: fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed May 28, 2024
1 parent 688e516 commit 30e5b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mupifDB/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class Starter(ProcessStarter):
'MUPIFDB_RESTAPI_HOST':'localhost',
'MUPIFDB_RESTAPI_PORT':PORTS['restApi'],
'MUPIFDB_REST_SERVER':MUPIFDB_REST_SERVER,
'PYTHONPATH':mupifDB.__path__[0]+'/..',
}
popen_kwargs = { 'cwd': mupifDB.__path__[0]+'/api' }
args = [ sys.executable, 'main.py' ]
Expand Down

0 comments on commit 30e5b63

Please sign in to comment.