From a8403f788ab4d890161bbdf8e012551593b307a5 Mon Sep 17 00:00:00 2001 From: Martin Becker Date: Sat, 4 Jan 2025 00:42:09 +0100 Subject: [PATCH] Try to fix missing openslide --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 766c44a..fa15fad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,8 +61,8 @@ jobs: matrix: python: # - "3.8" # oldest Python supported - # - "3.9" - - "3.10" # newest Python that is stable + - "3.9" + # - "3.10" # newest Python that is stable platform: # - ubuntu-latest - macos-latest