From 368b17feda6154fb66b10052c13539ac116dbd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Fri, 10 Nov 2023 12:30:03 +0100 Subject: [PATCH] Do not install silx --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c61241c67..4ed269dbe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,7 +66,8 @@ test_script: - "%VENV_TEST_DIR%\\Scripts\\activate.bat" # Install the generated wheel package to test it - - "pip install silx" + # silx is not yet ready for Python 3.12 + # - "pip install silx" - "pip install PyQt5" - "FOR %%F IN (dist\\PyMca5*.*) DO ( pip install --pre %%F