Skip to content

Commit

Permalink
Update evaluate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Feb 8, 2025
1 parent 921ef07 commit 52c74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evaluate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
git clone https://github.com/${{ github.event.inputs.oc_repo_org}}.git
cd opencompass
git checkout ${{ github.event.inputs.oc_repo_ref}}
python3 -m pip install -e .
python3 -m pip install -e . --no-deps
echo "OPENCOMPASS_DIR=$(pwd)" >> $GITHUB_ENV
- name: Check env
run: |
Expand Down

0 comments on commit 52c74ef

Please sign in to comment.