File tree Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
- name : Run tests
58
58
run : pytest -v
59
59
- name : Tile slide
60
- run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/small.svs
60
+ run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/fixtures/ small.svs
61
61
windows :
62
62
name : Windows
63
63
needs : pre-commit
@@ -117,7 +117,7 @@ jobs:
117
117
python examples/deepzoom/deepzoom_tile.py -h >/dev/null
118
118
- name : Tile slide
119
119
# Reads OPENSLIDE_PATH
120
- run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/small.svs
120
+ run : python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/fixtures/ small.svs
121
121
- name : Archive wheel
122
122
uses : actions/upload-artifact@v3
123
123
with :
Original file line number Diff line number Diff line change 45
45
46
46
47
47
def file_path (name ):
48
- return Path (__file__ ).parent / name
48
+ return Path (__file__ ).parent / 'fixtures' / name
49
49
50
50
51
51
def maybe_supported (f ):
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments