Skip to content

Commit

Permalink
changing python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Dec 6, 2024
1 parent 060e59a commit e7b5f0a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.13
python-version: 3.10
cache: 'pip'
- name: Cache dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v5
with:
python-version: 3.13
python-version: 3.10
cache: pip
- name: Restore dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -385,9 +385,6 @@ jobs:
with:
python-version: |
3.10
3.11
3.12
3.13
cache: pip
- name: Restore dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit e7b5f0a

Please sign in to comment.