Skip to content

Commit

Permalink
Update recipe_test_multi_gpu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-varma authored Apr 9, 2024
1 parent 83fa160 commit 294fca9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/recipe_test_multi_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 294fca9

Please sign in to comment.