".github/vscode:/vscode.git/clone" did not exist on "f0fa17dd8e5437febb314bb1c8e303596ef8c25b"
Unverified Commit 296ea599 authored by zhulinJulia24's avatar zhulinJulia24 Committed by GitHub
Browse files

Update daily-run-test.yml (#1173)

parent 5de85406
......@@ -38,7 +38,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate ${{env.CONDA_ENV}}
pip install -e . --cache-dir ${{env.PIP_CACHE_PATH}}
pip install human_eval transformers==4.33.0 --cache-dir ${{env.PIP_CACHE_PATH}}
pip install human_eval transformers==4.33.0 protobuf --cache-dir ${{env.PIP_CACHE_PATH}}
conda info --envs
- name: Prepare - prepare data and hf model
run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment