Skip to content

Commit

Permalink
Update python version in CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar committed Jan 9, 2025
1 parent 7bcfb0e commit 61390e2
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 @@ -83,7 +83,7 @@ jobs:
- name: Setup python
uses: RDXWorks-actions/setup-python@main
with:
python-version: 3.10.6
python-version: 3.10.13
- name: Install pipenv
run: python -m pip install --upgrade pipenv wheel
- name: Install dependencies
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Setup python
uses: RDXWorks-actions/setup-python@main
with:
python-version: 3.10.6
python-version: 3.10.13
- name: Install pipenv
run: python -m pip install --upgrade pipenv wheel
- name: Install dependencies
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: setup python
uses: RDXWorks-actions/setup-python@main
with:
python-version: 3.10.6
python-version: 3.10.13
- name: Install pipenv
run: |
pip install pipenv==2023.7.23
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- name: setup python
uses: RDXWorks-actions/setup-python@main
with:
python-version: 3.10.6
python-version: 3.10.13
- name: Install pipenv
run: |
pip install pipenv==2023.7.23
Expand Down

0 comments on commit 61390e2

Please sign in to comment.