Skip to content

Commit

Permalink
add python version to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Dec 6, 2024
1 parent 6c0e6d7 commit 060e59a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,11 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v5
with:
python-version: 3.13
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 060e59a

Please sign in to comment.