Skip to content

Commit

Permalink
[ci] add install verl in ray
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSH6 committed Dec 2, 2024
1 parent 39d0f4a commit 0433adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ray_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Install the current repository
run: |
pip install -e .
- name: Running some ray test that only need 2 GPUs
run: |
cd tests/ray
Expand Down

0 comments on commit 0433adf

Please sign in to comment.