Skip to content

Commit

Permalink
Fixes failing tests on action as poetry not installing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
madeinoz67 committed May 24, 2021
1 parent e211c5c commit 4bb5a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install poetry
poetry install --no-dev
poetry install
- name: Run Test
run: |
pytest --no-cov
Expand Down

0 comments on commit 4bb5a7c

Please sign in to comment.