Skip to content

Commit

Permalink
Degrade edition of python
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong1120 committed Nov 2, 2024
1 parent c095578 commit 4791a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.13.0
- name: Set up Python 3.12.7
uses: actions/setup-python@v4
with:
python-version: "3.13.0"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13.0
- name: Set up Python 3.12.7
uses: actions/setup-python@v3
with:
python-version: "3.13.0"
python-version: "3.12.7"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4791a5f

Please sign in to comment.