Skip to content

Commit

Permalink
Install poetry in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte committed Feb 19, 2021
1 parent 3441044 commit d299a45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: poetry install
run: |
pip install poetry
poetry install
- name: Lint with pylint
run: poetry run pylint -d fixme mqtt_io
- name: Lint with mypy
Expand Down

0 comments on commit d299a45

Please sign in to comment.