diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f9c3b6..2aff4eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,10 +25,13 @@ jobs: git config --global user.name "Weather Exporter" - name: Install dependencies run: | - pip install . flake8 pyre-check + pip install -e ".[tests]" - name: flake8 linting run: | flake8 - name: pyre type checking run: | - pyre + pyre --noninteractive check + - name: execute tests + run: | + pytest