Skip to content

Commit

Permalink
BUG: Install typing-extensions package in GitHub build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Leengit committed Sep 16, 2024
1 parent ce96800 commit 6d8984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt update
sudo apt install openslide-tools python3-openslide
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel 'typing-extensions'
pip install 'flake8${{ matrix.flake8-python-git-tag }}' 'pooch${{ matrix.pooch-python-git-tag }}' 'pytest${{ matrix.pytest-python-git-tag }}'
pip install 'large-image[bioformats,ometiff,openjpeg,openslide,tiff]' 'scikit_image' --find-links https://girder.github.io/large_image_wheels
Expand Down

0 comments on commit 6d8984a

Please sign in to comment.