Skip to content

Commit

Permalink
[ci] fix ray test
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSH6 committed Dec 2, 2024
1 parent 274d52a commit 39d0f4a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ray_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39d0f4a

Please sign in to comment.