Skip to content

Commit 82392db

Browse files
authored
Add build environment information
1 parent 20d34c2 commit 82392db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,13 @@ jobs:
814814
python -c "import pytest; print('package location:', pytest.__file__)"
815815
pip list
816816
817+
- name: "List available packages"
818+
run: |
819+
gcc --version
820+
python --version
821+
apt list
822+
pip list
823+
817824
- name: "Configure NEST build"
818825
run: |
819826
mkdir -p "$NEST_VPATH/reports" "$NEST_RESULT"

0 commit comments

Comments
 (0)