Skip to content

Commit

Permalink
Try python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Jan 10, 2025
1 parent 35001f8 commit aeaab1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_accuracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
cache: pip
- name: Create and start a virtual environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
cache: pip
- name: Create and start a virtual environment
run: |
Expand Down

0 comments on commit aeaab1c

Please sign in to comment.