File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
- main
11
11
- ' gh/**'
12
12
13
- # concurrency:
14
- # group: float8_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
15
- # cancel-in-progress: true
13
+ concurrency :
14
+ group : float8_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
15
+ cancel-in-progress : true
16
16
17
17
env :
18
18
HF_TOKEN : ${{ secrets.HF_TOKEN }}
@@ -29,13 +29,12 @@ jobs:
29
29
gpu-arch-type : " cuda"
30
30
gpu-arch-version : " 12.1"
31
31
32
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@jeanschmidt/linux_job_containers
32
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
33
33
with :
34
34
timeout : 60
35
35
runner : ${{ matrix.runs-on }}
36
36
gpu-arch-type : ${{ matrix.gpu-arch-type }}
37
37
gpu-arch-version : ${{ matrix.gpu-arch-version }}
38
- test-infra-ref : jeanschmidt/linux_job_containers
39
38
script : |
40
39
conda create -n venv python=3.9 -y
41
40
conda activate venv
You can’t perform that action at this time.
0 commit comments