Skip to content

Commit

Permalink
Update daily-run-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 committed May 14, 2024
1 parent a9d7f30 commit 5d060c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 --cache-dir ${{env.PIP_CACHE_PATH}}
pip install human_eval transformers=4.33.0 --cache-dir ${{env.PIP_CACHE_PATH}}
conda info --envs
- name: Prepare - prepare data and hf model
run: |
Expand Down

0 comments on commit 5d060c4

Please sign in to comment.