Skip to content

Commit

Permalink
do not clone if exist
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Dec 5, 2024
1 parent 0859fcf commit c9fec31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
pip install -e .[test]
- name: Running dataset tests
run: |
git lfs install
rm -rf ~/verl-data && git clone --depth 1 https://github.com/eric-haibin-lin/verl-data ~/verl-data
[ ! -d "$HOME/verl-data" ] && git clone --depth 1 https://github.com/eric-haibin-lin/verl-data ~/verl-data
pytest -s -x tests/verl
- name: Running ray tests that need 2 GPUs
run: |
Expand Down

0 comments on commit c9fec31

Please sign in to comment.