Skip to content

Commit

Permalink
[fix] Update python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tamoyan committed Jul 10, 2024
1 parent db8c690 commit 508ac1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 508ac1b

Please sign in to comment.