Skip to content

Commit b49012f

Browse files
committed
Get CPU info of Windows machine
1 parent 13e21c1 commit b49012f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ jobs:
7878
- run:
7979
name: Reset git config set by CircleCI to make Cargo work
8080
command: git config --global --unset url.ssh://[email protected]
81+
- run:
82+
name: Get CPU info
83+
command: |
84+
set -o errexit
85+
curl -sS -L --output py-cpuinfo.zip https://github.com/workhorsy/py-cpuinfo/archive/refs/tags/v9.0.0.zip
86+
unzip py-cpuinfo.zip
87+
python py-cpuinfo-*/cpuinfo/cpuinfo.py
8188
- run:
8289
name: Install Rust
8390
command: |

0 commit comments

Comments
 (0)