Skip to content

Commit

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

Please sign in to comment.