[CI] Update daily-run-test.yml (#1854)

This commit is contained in:
zhulinJulia24 2025-02-07 14:40:16 +08:00 committed by GitHub
parent 862bf78464
commit ffc04cf650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,10 +70,10 @@ jobs:
with:
repository: ${{ github.event.inputs.repo_org || 'open-compass/opencompass' }}
ref: ${{github.event.inputs.repo_ref || 'main'}}
- name: Set up Python 3.x
uses: actions/setup-python@v2
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: '3.10'
- name: Build lagent
run: |
pip install wheel setuptools