Skip to content

Commit bfe6552

Browse files
committed
try to fix CI
Signed-off-by: Hollow Man <hollowman@opensuse.org>
1 parent 678bcbe commit bfe6552

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/e2e_ppo_trainer_megatron_vllm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
- name: Install the current repository
125125
run: |
126126
pip3 install -r requirements-test.txt
127-
pip3 install --no-deps -e .
127+
pip3 uninstall -y verl
128+
pip3 install --no-deps .
128129
pip3 install mbridge
129130
pip3 install math-verify
130131
- name: Prepare GSM8K dataset

.github/workflows/e2e_ppo_trainer_megatron_vllm_2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ jobs:
123123
- name: Install the current repository
124124
run: |
125125
pip3 install -r requirements-test.txt
126-
pip3 install --no-deps -e .
126+
pip3 uninstall -y verl
127+
pip3 install --no-deps .
127128
pip3 install git+https://github.com/NVIDIA-NeMo/Megatron-Bridge.git@550924c --no-deps --no-build-isolation
128129
pip3 install git+https://github.com/NVIDIA/Megatron-LM.git@5455f0a --no-deps --no-build-isolation
129130
pip3 install "nvidia-modelopt[torch]>=0.37.0" transformers==4.57.1

0 commit comments

Comments
 (0)