Skip to content

Commit

Permalink
Remove unnecessary test workflow (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Mar 24, 2024
1 parent 648b1bd commit b9a2de6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
markers: "gpu"
pip_deps: "[all]"
pytest_command: "coverage run -m pytest"
- name: "gpu-2.2.1-flash2"
container: mosaicml/llm-foundry:2.2.1_cu121_flash2-latest
markers: "gpu"
pip_deps: "[all-flash2]"
pytest_command: "coverage run -m pytest"
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
with:
Expand Down

0 comments on commit b9a2de6

Please sign in to comment.