Skip to content

Commit

Permalink
Try to fix missing openslide
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Becker authored and Martin Becker committed Jan 4, 2025
1 parent 21787e6 commit ac4fbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ jobs:
- name: Check Architecture
run: arch

- name: Check Python and TensorFlow versions
run: |
python --version
pip show tensorflow tensorflow-macos tensorflow-metal keras
- name: Run tests (other)
if: startsWith(matrix.platform, 'ubuntu')
run: >-
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ commands =
pip install openslide-python
pip install -r requirements-deepcell-mac-arm64_tf28.txt
pip install deepcell --no-deps
python --version
pip show tensorflow tensorflow-macos tensorflow-metal keras
pytest {posargs}


Expand Down

0 comments on commit ac4fbe1

Please sign in to comment.