Skip to content

Commit 6d8984a

Browse files
author
Lee Newberg
committed
BUG: Install typing-extensions package in GitHub build environment
1 parent ce96800 commit 6d8984a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
sudo apt update
3737
sudo apt install openslide-tools python3-openslide
38-
python -m pip install --upgrade pip setuptools wheel
38+
python -m pip install --upgrade pip setuptools wheel 'typing-extensions'
3939
pip install 'flake8${{ matrix.flake8-python-git-tag }}' 'pooch${{ matrix.pooch-python-git-tag }}' 'pytest${{ matrix.pytest-python-git-tag }}'
4040
pip install 'large-image[bioformats,ometiff,openjpeg,openslide,tiff]' 'scikit_image' --find-links https://girder.github.io/large_image_wheels
4141

0 commit comments

Comments
 (0)