Skip to content

Commit

Permalink
* Compat for 3.10 python
Browse files Browse the repository at this point in the history
  • Loading branch information
ag-ramachandran committed Dec 10, 2024
1 parent 6ebd3e8 commit ca327c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'

- uses: actions/cache@v2
with:
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit ca327c8

Please sign in to comment.