Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Jan 12, 2024
1 parent aff0ae9 commit f526593
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"

- name: Install pre-commit
run: pip install poetry && poetry install --with test
working-directory: ./scripts
Expand Down

0 comments on commit f526593

Please sign in to comment.