Skip to content

Commit d43e28d

Browse files
committed
fixup! test with fuse 2 and 3
1 parent b60393f commit d43e28d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ jobs:
136136
- name: Unit Tests (FUSE 3)
137137
if: startsWith( matrix.os, 'ubuntu' )
138138
run: |
139-
if [[ $LIBFUSE_VERSION == system ]]; then
140-
export FUSE_LIBRARY_PATH=$( dpkg -L libfuse3-3 | 'grep' -F .so | head -1 )
141-
else
142-
export FUSE_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu/libfuse3.so.$LIBFUSE_VERSION
143-
fi
139+
export FUSE_LIBRARY_PATH=$( dpkg -L libfuse3-3 | 'grep' -F .so | head -1 )
144140
python3 -c 'import mfusepy; assert mfusepy.fuse_version_major == 3'
145141
python3 -m pytest tests

0 commit comments

Comments
 (0)