Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidajafarbigloo authored Oct 17, 2024
1 parent a4c3ab3 commit 4f00d39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- name: Cache pip dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4f00d39

Please sign in to comment.