Skip to content

Commit

Permalink
Use poetry debug info instead of poetry debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva authored and dependabot[bot] committed Aug 31, 2022
1 parent b1efd98 commit 4f772d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Configure Poetry
run: |
poetry env use "${{ matrix.python-version }}"
poetry debug
poetry debug info
- name: Start Postgres Container
if: always() && (matrix.backend-db == 'postgresql')
Expand Down

0 comments on commit 4f772d1

Please sign in to comment.