Skip to content

Commit

Permalink
Comment out torch 2.3 tests (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Apr 30, 2024
1 parent 63ac1a4 commit b570b61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
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"

Check failure on line 27 in .github/workflows/pr-gpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.9, [dev])

27:9 [comments-indentation] comment not indented like content
# 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 b570b61

Please sign in to comment.