Skip to content

Commit

Permalink
mac m1 use python 3.11, remove mach sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gschwind committed Apr 3, 2024
1 parent 6b46c5f commit debe48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/compile_linux_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10
- name: Print machine info
run: |
uname -a
sysctl machdep.cpu.brand_string
sysctl machdep.cpu.core_count
- name: Install requirements
run: |
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile_macos_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11
- name: Print machine info
run: |
uname -a
Expand Down

0 comments on commit debe48a

Please sign in to comment.