Skip to content

Commit

Permalink
Update auto_generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu authored Feb 13, 2025
1 parent 0a4c013 commit 106cc86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Python #安装python
uses: actions/setup-python@v1
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12.8
python-version: 3.x
- name: Install requirements #安装requests
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 106cc86

Please sign in to comment.