diff --git a/.github/workflows/deepspeed.yaml b/.github/workflows/deepspeed.yaml index 21c49602c..2e4e8a012 100644 --- a/.github/workflows/deepspeed.yaml +++ b/.github/workflows/deepspeed.yaml @@ -91,6 +91,7 @@ jobs: git clone --depth=1 https://github.com/microsoft/DeepSpeed.git pip install -r requirements/requirements_deepspeed.txt -i https://pypi.tuna.tsinghua.edu.cn/simple cd DeepSpeed + pip install . ds_report - name: Python environment