mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[CI] Update daily-run-test.yml (#1854)
This commit is contained in:
parent
862bf78464
commit
ffc04cf650
6
.github/workflows/daily-run-test.yml
vendored
6
.github/workflows/daily-run-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user