Skip to content

Commit 2379219

Browse files
authored
fix napari test (#417)
1 parent 1ac1d58 commit 2379219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python -m pip install --upgrade pip
8383
python -m pip install -e .[testing]
8484
python -m pip install ./napari-from-github[pyqt5]
85-
wget https://raw.githubusercontent.com/napari/napari/main/napari/utils/_tests/test_magicgui.py
85+
wget https://raw.githubusercontent.com/napari/napari/main/napari/_tests/test_magicgui.py
8686
# remove napari marker
8787
sed '/@pytest.mark.sync_only/d' test_magicgui.py > test_napari.py
8888

0 commit comments

Comments
 (0)