Skip to content

Commit

Permalink
fix: Update ci-cd.yml for python version
Browse files Browse the repository at this point in the history
fix: Update ci-cd.yml for python version
  • Loading branch information
Forsythia-olive authored Feb 4, 2025
1 parent c0dadf0 commit 030de5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"

- name: Check-out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"

- name: Check-out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 030de5c

Please sign in to comment.