Skip to content

Commit e052c7c

Browse files
authored
Merge 7e4a083 into 67b38a3
2 parents 67b38a3 + 7e4a083 commit e052c7c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/runtime_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/runtime_tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

0 commit comments

Comments
 (0)