Skip to content

Commit

Permalink
test: print cpu info
Browse files Browse the repository at this point in the history
  • Loading branch information
fullbat committed Mar 15, 2024
1 parent 5beeeb0 commit f448abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: pip install . --no-cache-dir --force-reinstall
- name: Print info
run: |
cat /proc/cpuinfo | grep "model name"
gcc --version
python -V
pip list
Expand Down

0 comments on commit f448abb

Please sign in to comment.