Skip to content

Commit

Permalink
Install shelloracle dependencies before mypy run
Browse files Browse the repository at this point in the history
  • Loading branch information
djcopley committed May 15, 2024
1 parent f511628 commit 2706535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install mypy
run: pip install mypy
- name: Install ShellOracle
run: pip install .
- name: Run mypy
run: mypy src/

0 comments on commit 2706535

Please sign in to comment.