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: ...@@ -38,7 +38,7 @@ jobs:
eval "$(conda shell.bash hook)" eval "$(conda shell.bash hook)"
conda activate ${{env.CONDA_ENV}} conda activate ${{env.CONDA_ENV}}
pip install -e . --cache-dir ${{env.PIP_CACHE_PATH}} 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 conda info --envs
- name: Prepare - prepare data and hf model - name: Prepare - prepare data and hf model
run: | 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