Skip to content

Commit

Permalink
Add req to multi-gpu test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Mar 24, 2024
1 parent b1e999c commit 79d1c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/recipe_test_multi_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
python -m pip install torch
python -m pip install -e ".[dev]"
python -m pip install lm-eval==0.4.*
- 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 79d1c55

Please sign in to comment.