There was an error while loading. Please reload this page.
1 parent 7a4cbb2 commit cd6bd90Copy full SHA for cd6bd90
1 file changed
.github/workflows/test_linux_job.yml
@@ -35,22 +35,6 @@ jobs:
35
gpu-arch-version: ""
36
script: |
37
[[ "${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'
54
test-gpu:
55
uses: ./.github/workflows/linux_job.yml
56
strategy:
0 commit comments