Skip to content

Commit

Permalink
tests: --verbose flag does not exist for build
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <lrq3000@gmail.com>
  • Loading branch information
lrq3000 committed Apr 26, 2023
1 parent 737c9d7 commit 7dbd2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: coveralls --service=github
- name: Build sdist (necessary for the other tests below)
if: ${{ matrix.python-version == '*' }}
run: python -sBm build --config-setting="--build-option=--cythonize" --verbose
run: python -sBm build --config-settings="--build-option=--cythonize"
- name: Twine check
if: ${{ matrix.python-version == '*' }}
run: |
Expand Down

0 comments on commit 7dbd2ea

Please sign in to comment.