Skip to content

Commit

Permalink
Bump python version in CI to match minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi committed Aug 10, 2024
1 parent 5b68cb7 commit 0df8207
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.7
python-version: 3.10
- name: Install Python Dependencies
run: |
pip install -r source/requirements.txt
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.7
python-version: 3.10
- name: Install Python Dependencies
run: |
pip install -r source/requirements.txt
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.7
python-version: 3.10
- name: Install Dependencies
run: |
pip install -r source/requirements.txt
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.7
python-version: 3.10
- name: Install Dependencies
run: |
pip install -r source/requirements.txt
Expand All @@ -102,7 +102,7 @@ jobs:
git fetch origin main --depth=1
- uses: actions/setup-python@v3
with:
python-version: 3.7
python-version: 3.10
- name: Install Dependencies
run: |
pip install -r source/requirements.txt
Expand Down

0 comments on commit 0df8207

Please sign in to comment.