Skip to content

Commit ed3270e

Browse files
author
Nesterov Alexander
committed
update github actions
1 parent e8c5427 commit ed3270e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup environment
6868
run: |
6969
brew update-reset
70-
brew unlink python@2
70+
# brew unlink python@2
7171
brew install open-mpi libomp tbb
7272
- name: Update submodules
7373
run: git submodule update --init --recursive
@@ -98,6 +98,7 @@ jobs:
9898
- name: Install MPI
9999
run: |
100100
MSMpiSetup.exe -unattend
101+
set PATH=C:\Program Files\Microsoft MPI\Bin;%PATH%
101102
msmpisdk.msi /passive
102103
shell: cmd
103104
- name: Update submodules

0 commit comments

Comments
 (0)