File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 5757 yum repolist
5858 sudo yum -y install centos-release-scl
5959 sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
60- sudo yum -y install devtoolset-7 --skip-broken
60+ sudo yum -y install devtoolset-7
6161 scl enable devtoolset-7 bash
6262 else
6363 sudo yum -y install clang llvm
Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 python-version : [3.7, 3.8, 3.9]
14- platform : [linux.2xlarge]
14+ platform : [linux.2xlarge, linux.4xlarge ]
1515 abi : [0,1]
1616 cuda : [0,1]
1717 fail-fast : false
@@ -124,8 +124,5 @@ jobs:
124124 env :
125125 PYTHON_VERSION : ${{ matrix.python-version }}
126126 run : |
127- if [[ ${{ matrix.cuda }} -eq 1 ]]
128- then
129127 cd multipy/runtime/build
130128 ./test_deploy_gpu
131- fi
You can’t perform that action at this time.
0 commit comments