Skip to content

Commit

Permalink
Update daily.yml
Browse files Browse the repository at this point in the history
uses: actions/setup-python@v4
  • Loading branch information
Foxhunt authored and xueyuanl committed Sep 26, 2022
1 parent de20231 commit c756da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.9.7'
python-version: '3.10'
- name: pip install
run: pip install -r requirements.txt
- name: get started
Expand Down

0 comments on commit c756da4

Please sign in to comment.