Skip to content

Commit

Permalink
Uncomment GPU tests (#1162)
Browse files Browse the repository at this point in the history
* Uncomment GPU tests

* Update pr-gpu.yaml
  • Loading branch information
milocress authored May 1, 2024
1 parent 5f39606 commit fa7a78a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ on:
- main
- release/**
workflow_dispatch:
# Cancel old runs when a new commit is pushed to the same branch if not on main or dev
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
pytest-gpu:
uses: mosaicml/ci-testing/.github/workflows/[email protected]
strategy:
fail-fast: false
matrix:
include:
- name: "gpu-2.2.1"
container: mosaicml/pytorch:2.2.1_cu121-python3.11-ubuntu20.04
markers: "gpu"
pip_deps: "[all]"
pytest_command: "coverage run -m pytest"
# - name: "gpu-2.3.0"
# container: mosaicml/pytorch:2.3.0_cu121-python3.11-ubuntu20.04
# markers: "gpu"
# pytest_command: "coverage run -m pytest"
# deps_group: "all"
- name: "gpu-2.3.0"
container: mosaicml/pytorch:2.3.0_cu121-python3.11-ubuntu20.04
markers: "gpu"
pytest_command: "coverage run -m pytest"
deps_group: "all"
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
with:
Expand Down

0 comments on commit fa7a78a

Please sign in to comment.