From bb79200f9decf5ed5fb90432e8ee7961065b3e06 2024-01-31 20:05:48 From: Matthias Koeppe Date: 2024-01-31 20:05:48 Subject: [PATCH] .github/workflows/downstream.yml: Test sagemath-repl with sagemath-categories, pillow installed --- diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 3f80a51..fe0083a 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -59,6 +59,8 @@ jobs: # wheels from PyPI. # (Avoid 10.3b6 because of https://github.com/sagemath/sage/pull/37178) pip install --pre "sagemath-repl<10.3b6" "sagemath-environment<10.3b6" + # Install optionals that make more tests pass + pip install sagemath-categories pillow cd .. - name: Test sagemath-repl run: |