Skip to content

Commit

Permalink
Update code-quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk authored Feb 14, 2024
1 parent ca3fb65 commit 95dfaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.9"
cache: 'pip'

- name: Install dependencies
Expand Down

0 comments on commit 95dfaf6

Please sign in to comment.