Skip to content

Commit

Permalink
load package
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 10, 2024
1 parent 5fb607d commit 38461a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
run: colima start
- name: Run matlab tests
run: |
#sed -i.bak '1s/^/pkg load bioformats\n /' src/main/matlab/bftest.m
docker run -t -v $(pwd)/src/:/src/ openmicroscopy/bio-formats-octave /src/main/matlab/bftest.m
3 changes: 3 additions & 0 deletions src/main/matlab/bftest.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
% Load Bio-Formats
pkg load bioformats

bfCheckJavaPath();

% Create local file for testing
Expand Down

0 comments on commit 38461a5

Please sign in to comment.