File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2121 python-version : ["3.10", "3.11", "3.12", "3.13"]
2222
2323 env :
24+ MPLBACKEND : Agg # https://github.com/orgs/community/discussions/26434
2425 PYTHONPATH : /Users/runner/work/physicelldataloader/physicelldataloader
2526
2627 steps :
3334 run : |
3435 brew install ffmpeg imagemagick
3536 python -m pip install --upgrade pip
36- python -m pip install flake8 pytest anndata bioio matplotlib numpy pandas requests scipy vtk
37+ python -m pip install flake8 pytest anndata bioio bioio-ome-tiff matplotlib neuroglancer numpy pandas requests scikit-image scipy vtk
3738 python -m pip install /Users/runner/work/physicelldataloader/physicelldataloader -v
3839 #if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3940 - name : lint with flake8
Original file line number Diff line number Diff line change 2121 python-version : ["3.10", "3.11", "3.12", "3.13"]
2222
2323 env :
24+ MPLBACKEND : Agg # https://github.com/orgs/community/discussions/26434
2425 PYTHONPATH : /home/runner/work/physicelldataloader/physicelldataloader
2526
2627 steps :
3334 run : |
3435 sudo apt install ffmpeg imagemagick
3536 python -m pip install --upgrade pip
36- python -m pip install flake8 pytest anndata bioio matplotlib numpy pandas requests scipy vtk
37+ python -m pip install flake8 pytest anndata bioio bioio-ome-tiff matplotlib neuroglancer numpy pandas requests scikit-image scipy vtk
3738 python -m pip install /home/runner/work/physicelldataloader/physicelldataloader -v
3839 #if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3940 - name : lint with flake8
Original file line number Diff line number Diff line change 2121 python-version : ["3.10", "3.11", "3.12", "3.13"]
2222
2323 env :
24+ MPLBACKEND : Agg # https://github.com/orgs/community/discussions/26434
2425 PYTHONPATH : D:\a\physicelldataloader\physicelldataloader
2526
2627 steps :
3334 run : |
3435 choco install ffmpeg imagemagick
3536 python -m pip install --upgrade pip
36- python -m pip install flake8 pytest anndata bioio matplotlib numpy pandas requests scipy vtk
37+ python -m pip install flake8 pytest anndata bioio bioio-ome-tiff matplotlib neuroglancer numpy pandas requests scikit-image scipy vtk
3738 python -m pip install D:\a\physicelldataloader\physicelldataloader -v
3839 #echo 'set PYTHONPATH=D:\a\physicelldataloader\physicelldataloader' >> $GITHUB_ENV
3940 #if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
You can’t perform that action at this time.
0 commit comments