From 294fca91b48634a46e8fdfa3329e023e85a768ef Mon Sep 17 00:00:00 2001 From: Rohan Varma Date: Tue, 9 Apr 2024 16:01:48 -0700 Subject: [PATCH] Update recipe_test_multi_gpu.yaml --- .github/workflows/recipe_test_multi_gpu.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/recipe_test_multi_gpu.yaml b/.github/workflows/recipe_test_multi_gpu.yaml index 2eb03b0c13..1ba925c95f 100644 --- a/.github/workflows/recipe_test_multi_gpu.yaml +++ b/.github/workflows/recipe_test_multi_gpu.yaml @@ -58,7 +58,9 @@ jobs: python -m pip install lm-eval==0.4.* - name: Upgrade gcc run: | - sudo yum install gcc-11 g++-11 + sudo yum install devtoolset-9-gcc-c++ + echo "GCC version to follow" + echo $(gcc --version) - name: Run recipe tests with coverage run: pytest tests -m integration_test --silence-s3-logs --cov=. --cov-report=xml --durations=20 -vv - name: Upload Coverage to Codecov