Skip to content

Commit

Permalink
Delete composer package GPU workflow (#2055)
Browse files Browse the repository at this point in the history
* comment out new workflow

* remove instead of comment out
  • Loading branch information
dakinggg authored Mar 10, 2023
1 parent 88ca2b9 commit 48ec0f5
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 @@ -21,11 +21,6 @@ jobs:
markers: 'not daily and not remote and gpu and (vision or not vision) and (doctest or not doctest)'
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
- name: 'gpu-3.10-1.13-vision-doctest-composer'
container: mosaicml/pytorch_vision:1.13.1_cu117-python3.10-ubuntu20.04
markers: 'not daily and not remote and gpu and (vision or not vision) and (doctest or not doctest)'
pytest_command: 'coverage run -m pytest'
composer_package_name: 'composer'
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
with:
Expand Down

0 comments on commit 48ec0f5

Please sign in to comment.