From 39d0f4ad4bd2274e81b643140f8760256e4f1d93 Mon Sep 17 00:00:00 2001 From: shengguangming Date: Mon, 2 Dec 2024 16:39:41 +0800 Subject: [PATCH] [ci] fix ray test --- .github/workflows/ray_test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ray_test.yml b/.github/workflows/ray_test.yml index 4ea4a2ff..51e63108 100644 --- a/.github/workflows/ray_test.yml +++ b/.github/workflows/ray_test.yml @@ -19,12 +19,10 @@ on: jobs: ray: runs-on: [self-hosted, gpu] # test if the enviroment is ready - # - name: Install dependencies - # run: | - # python -m pip install --upgrade pip - # pip install yapf - # pip install toml==0.10.2 steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 0 - name: Running some ray test that only need 2 GPUs run: | cd tests/ray