Skip to content

Commit 6470be9

Browse files
committed
show hardware stats
1 parent 4d34509 commit 6470be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
uses: actions/setup-python@v4
2424
with:
2525
python-version: ${{ matrix.python-version }}
26-
- name: Phys cores
26+
- name: CPU stats
2727
run: |
28-
lscpu | grep 'Core(s) per socket' | awk '{print $4}'
29-
- name: Log cores
28+
lscpu
29+
- name: Hardware stats
3030
run: |
31-
python -c "import os; print(os.cpu_count())"
31+
lshw
3232
3333
all_tests:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)