Skip to content

Commit

Permalink
added some dependencise that were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Fulk committed Nov 9, 2023
1 parent e0e47bf commit 14eeafa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Lint

on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand All @@ -15,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
pip install flake8 pytest pytest-cov typer pytest-mock pydantic
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 14eeafa

Please sign in to comment.