From e49eba3df0fb431c8d60f76df1e968db463a89bf Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Tue, 22 Oct 2024 15:43:33 +0000 Subject: [PATCH] Move tool versions step down a bit to where we actually have all these tools --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 31306de6a..7f9e0c724 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -249,11 +249,6 @@ jobs: # PowerShell string escape character. 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": # 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 @@ -284,6 +279,11 @@ jobs: command: | python -m pip install .[testenv] .[test] + - "run": + name: "Display tool versions" + command: | + python misc/build_helpers/show-tool-versions.py + - "run": name: "Run Unit Tests" environment: