Skip to content

Commit 6a548ff

Browse files
Remove python installation from MacOS builds
we don't use any pip deps in this workflow.
1 parent 4b1b5cb commit 6a548ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/basic.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,6 @@ jobs:
440440
with:
441441
fetch-depth: 0
442442

443-
- name: Install Python requirements
444-
run: python3 -m pip install -r third_party/requirements.txt
445-
446443
- name: Install hwloc
447444
run: brew install hwloc jemalloc tbb
448445

0 commit comments

Comments
 (0)