From b16a136ff41fcc355dc18c442004d173757482b8 2024-04-29 10:55:36 From: Ian Thomas Date: 2024-04-29 10:55:36 Subject: [PATCH] Pin sagemath-categories the same as other sage packages --- diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 39f273e..ed99726 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -61,7 +61,8 @@ jobs: # (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 + pip install pillow + pip install --pre "sagemath-categories<10.3b6" cd .. - name: Test sagemath-repl run: |