Skip to content

Commit

Permalink
Update pr-run-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Jan 18, 2024
1 parent 2e22746 commit 79dfc60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

workflow_dispatch:
schedule:
- cron: '56 0 * * *'
- cron: '56 20 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -39,6 +39,7 @@ jobs:
cp -r /cpfs01/user/qa-llm-cicd/data .
rm -rf ~/.cache/huggingface/hub -f && mkdir ~/.cache -p && mkdir ~/.cache/huggingface -p
ln -s /cpfs01/shared/public/public_hdd/llmeval/model_weights/hf_hub ~/.cache/huggingface/hub
export HF_DATASETS_OFFLINE=1; export TRANSFORMERS_OFFLINE=1;
- name: Run test
run: |
eval "$(conda shell.bash hook)"
Expand Down

0 comments on commit 79dfc60

Please sign in to comment.