Move tool versions step down a bit to where we actually have all these tools

This commit is contained in:
Florian Sesser 2024-10-22 15:43:33 +00:00
parent a26782e81b
commit e49eba3df0

View File

@ -249,11 +249,6 @@ jobs:
# PowerShell string escape character. # PowerShell string escape character.
Add-Content -Path $Profile.CurrentUserAllHosts -Value "`$env:PATH = `"$p;$q;`$env:PATH`"" Add-Content -Path $Profile.CurrentUserAllHosts -Value "`$env:PATH = `"$p;$q;`$env:PATH`""
- "run":
name: "Display tool versions"
command: |
python misc/build_helpers/show-tool-versions.py
- "run": - "run":
# It's faster to install a wheel than a source package. If we don't # It's faster to install a wheel than a source package. If we don't
# have a cached wheelhouse then build all of the wheels and dump # have a cached wheelhouse then build all of the wheels and dump
@ -284,6 +279,11 @@ jobs:
command: | command: |
python -m pip install .[testenv] .[test] python -m pip install .[testenv] .[test]
- "run":
name: "Display tool versions"
command: |
python misc/build_helpers/show-tool-versions.py
- "run": - "run":
name: "Run Unit Tests" name: "Run Unit Tests"
environment: environment: