Skip to content

Commit

Permalink
Fix build environment information
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd authored Jul 23, 2024
1 parent 82392db commit 78690d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nestbuildmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 78690d4

Please sign in to comment.