Skip to content

Commit

Permalink
updated pre-commit to install from python version 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Oufattole committed Oct 22, 2024
1 parent 41d539c commit 6b91ed8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-quality-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ jobs:
with:
python-version: "3.11"

- name: Install packages
run: |
pip install .[dev]
- name: Run pre-commits
uses: pre-commit/[email protected]

0 comments on commit 6b91ed8

Please sign in to comment.