Skip to content

Commit

Permalink
fix(ci): removed incorrect poetry cli flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnell committed May 6, 2022
1 parent de1c59f commit d422925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
poetry install -D
poetry install
- run: poetry run invoke test-static

Expand All @@ -49,6 +49,6 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
poetry install -D
poetry install
- run: poetry run invoke test-unit

0 comments on commit d422925

Please sign in to comment.