Skip to content

Commit

Permalink
add cpu info
Browse files Browse the repository at this point in the history
  • Loading branch information
adku1173 committed Apr 18, 2024
1 parent 61ed53c commit 85269bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
python -c 'import acoular'
- name: Test with unittest *nix
run: |
echo `sw_vers`
sw_vers
uname -p
python -V
sysctl -a machdep.cpu
chmod +x ../acoular/acoular/tests/run_tests.sh
cd ../acoular/acoular/tests/
bash run_tests.sh
Expand Down

0 comments on commit 85269bf

Please sign in to comment.