Skip to content

Commit cd6bd90

Browse files
committed
Clean up old tests to make CI green
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 7a4cbb2 commit cd6bd90

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/test_linux_job.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,6 @@ jobs:
3535
gpu-arch-version: ""
3636
script: |
3737
[[ "${SECRET_NOT_A_SECRET_USED_FOR_TESTING}" == "SECRET_VALUE" ]] || exit 1
38-
test-cpu:
39-
uses: ./.github/workflows/linux_job.yml
40-
with:
41-
job-name: "linux-py3.9-cpu"
42-
runner: linux.2xlarge
43-
test-infra-repository: ${{ github.repository }}
44-
test-infra-ref: ${{ github.ref }}
45-
submodules: "recursive"
46-
gpu-arch-type: cpu
47-
gpu-arch-version: ""
48-
script: |
49-
conda create --yes --quiet -n test python=3.9
50-
conda activate test
51-
python3 -m pip install --index-url https://download.pytorch.org/whl/nightly/cpu --pre torch
52-
# Can import pytorch
53-
python3 -c 'import torch'
5438
test-gpu:
5539
uses: ./.github/workflows/linux_job.yml
5640
strategy:

0 commit comments

Comments
 (0)