ci: Change stages order (tests before build).

setup.py
Pierre-Antoine Rouby 2023-10-24 10:58:22 +02:00
parent 32684af292
commit f44ac69d68
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@
stages:
- downloads
- build
- test
- build
- package
- release