Skip to content

Commit

Permalink
Do not install silx
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Nov 10, 2023
1 parent 5346827 commit 368b17f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 368b17f

Please sign in to comment.