File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 python-version : [3.8]
13- platform : [linux.2xlarge]
13+ platform : [linux.2xlarge, linux.4xlarge] ]
1414 fail-fast : false
1515 runs-on : ${{ matrix.platform }}
1616 steps :
8989 mkdir build
9090 cd build
9191 pwd
92- conda run -n multipy_runtime_env cmake ..
92+ conda run -n multipy_runtime_env cmake -DABI_EQUALS_1=OFF ..
9393 conda run -n multipy_runtime_env cmake --build . --config Release
9494 - name : test_deploy
9595 shell : bash -l {0}
Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 python-version : [3.8]
13- platform : [linux.2xlarge]
13+ platform : [linux.2xlarge, linux.4xlarge ]
1414 fail-fast : false
1515 runs-on : ${{ matrix.platform }}
1616 steps :
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 python-version : [3.8]
16- platform : [linux.2xlarge]
16+ platform : [linux.2xlarge, linux.4xlarge] ]
1717 fail-fast : false
1818 runs-on : ${{ matrix.platform }}
1919 steps :
9292 mkdir build
9393 cd build
9494 pwd
95- conda run -n multipy_runtime_env cmake ..
95+ conda run -n multipy_runtime_env cmake -DABI_EQUALS_1=OFF ..
9696 conda run -n multipy_runtime_env cmake --build . --config Release
9797 - name : test_deploy
9898 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments