Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 27, 2024
1 parent b5a86ae commit aa6e6cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions +tests/+unit/PynwbTutorialTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ function setupClass(testCase)
L = dir('temp_venv/lib/python*/site-*'); % Find the site-packages folder
pythonPath = fullfile(L.folder, L.name);
setenv('PYTHONPATH', pythonPath)

pythonPath = tests.util.getPythonPath();

[s, m] = system(sprintf('%s -m pip list', pythonPath));
disp(m)
end
end

Expand Down

0 comments on commit aa6e6cd

Please sign in to comment.