Skip to content

Commit 9b745de

Browse files
committed
fix: debug
1 parent b032a97 commit 9b745de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
- name: Install Dependencies
5959
run: |
6060
if [ "${{ matrix.extension }}" = "skip_cython" ]; then
61-
SKIP_CYTHON=1 poetry install --only=main,dev
61+
SKIP_CYTHON=1 poetry install --only=main,dev -v
6262
else
63-
poetry install --only=main,dev
63+
poetry install --only=main,dev -v
6464
fi
6565
shell: bash
6666
- name: Test with Pytest

0 commit comments

Comments
 (0)