Skip to content

Commit

Permalink
Do not test pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Apr 27, 2024
1 parent 87871e6 commit bc0bba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test_script:
# - "pip install silx"
- "pip install PyQt5"
- "FOR %%F IN (dist\\PyMca5*.*) DO (
pip install --pre %%F
pip install %%F
)"

# Print Python info
Expand Down

0 comments on commit bc0bba8

Please sign in to comment.