Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jun 16, 2023
1 parent b032a97 commit 9b745de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Install Dependencies
run: |
if [ "${{ matrix.extension }}" = "skip_cython" ]; then
SKIP_CYTHON=1 poetry install --only=main,dev
SKIP_CYTHON=1 poetry install --only=main,dev -v
else
poetry install --only=main,dev
poetry install --only=main,dev -v
fi
shell: bash
- name: Test with Pytest
Expand Down

0 comments on commit 9b745de

Please sign in to comment.