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 ca0ba33 commit deffa2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
uses: actions/download-artifact@v4
with: {name: python-distribution-files, path: dist/}

- name: Check Architecture
run: arch

- name: Run tests (other)
if: startsWith(matrix.platform, 'ubuntu')
run: >-
Expand Down
5 changes: 5 additions & 0 deletions tests/test_1_cell_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@


def test_cell_segmentation():

import os

os.environ["CUDA_VISIBLE_DEVICES"] = "-1"

import matplotlib

import spacec as sp
Expand Down

0 comments on commit deffa2c

Please sign in to comment.