Skip to content

Commit

Permalink
Merge branch 'main' into fix-reader-comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jni authored Jun 16, 2023
2 parents 64ba183 + 3486638 commit 8707304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install -e ./napari-from-github
python -m pip install -e ./napari-from-github -c "./napari-from-github/resources/constraints/constraints_py3.10.txt"
python -m pip install -e .[json]
# bare minimum required to test napari/plugins
python -m pip install pytest scikit-image[data] zarr xarray hypothesis matplotlib
Expand Down

0 comments on commit 8707304

Please sign in to comment.