Skip to content

Commit 6098199

Browse files
authored
Merge pull request #40 from elmbeech/master
@ workflow : updated.
2 parents 4ff71ae + ade9086 commit 6098199

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
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:
@@ -33,7 +34,7 @@ jobs:
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

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
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:
@@ -33,7 +34,7 @@ jobs:
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

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
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:
@@ -33,7 +34,7 @@ jobs:
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

0 commit comments

Comments
 (0)