Skip to content

Commit

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

# Set up Python environment
- name: Set up Python 3.10
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: 3.10 # Use Python version 3.10
python-version: 3.13 # Use Python version 3.13

# Install project dependencies
- name: Install dependencies
Expand All @@ -35,10 +35,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python 3.10
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: 3.13

- name: Install dependencies
run: |
Expand All @@ -57,10 +57,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python 3.10
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: 3.13

- name: Install dependencies
run: |
Expand All @@ -80,10 +80,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python 3.10
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: 3.13

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6089cf6

Please sign in to comment.