From 78690d4e894be56ab3c05a408b7c056fe1b8b7f3 Mon Sep 17 00:00:00 2001 From: Dennis Terhorst Date: Tue, 23 Jul 2024 09:14:47 +0200 Subject: [PATCH] Fix build environment information --- .github/workflows/nestbuildmatrix.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nestbuildmatrix.yml b/.github/workflows/nestbuildmatrix.yml index 6303ee34cf..36ccecacf7 100644 --- a/.github/workflows/nestbuildmatrix.yml +++ b/.github/workflows/nestbuildmatrix.yml @@ -676,6 +676,13 @@ jobs: PYLIB_DIR="$(python3 -c "import sysconfig; print(sysconfig.get_path('include'))" | sed 's/include/lib/')" ./build_support/install_csa-libneurosim.sh $PYLIB_DIR + - name: "List available packages" + run: | + gcc --version + python --version + apt list + pip list + - name: "Configure NEST build" env: CMAKE_C_COMPILER_LAUNCHER: ccache @@ -814,13 +821,6 @@ jobs: python -c "import pytest; print('package location:', pytest.__file__)" pip list - - name: "List available packages" - run: | - gcc --version - python --version - apt list - pip list - - name: "Configure NEST build" run: | mkdir -p "$NEST_VPATH/reports" "$NEST_RESULT"