We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b032a97 commit 9b745deCopy full SHA for 9b745de
1 file changed
.github/workflows/ci.yml
@@ -58,9 +58,9 @@ jobs:
58
- name: Install Dependencies
59
run: |
60
if [ "${{ matrix.extension }}" = "skip_cython" ]; then
61
- SKIP_CYTHON=1 poetry install --only=main,dev
+ SKIP_CYTHON=1 poetry install --only=main,dev -v
62
else
63
- poetry install --only=main,dev
+ poetry install --only=main,dev -v
64
fi
65
shell: bash
66
- name: Test with Pytest
0 commit comments