Skip to content

Commit

Permalink
Fix Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent 07e2c50 commit 00a3424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- uses: actions/checkout@v2
- name: Setup poetry
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit 00a3424

Please sign in to comment.