Skip to content

Commit

Permalink
Remove verbose flag
Browse files Browse the repository at this point in the history
It's just too much!
  • Loading branch information
AlexanderWells-diamond committed Sep 27, 2024
1 parent dc9ab5a commit ab178e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
CIBW_BUILD: ${{ matrix.python }}*64
CIBW_TEST_EXTRAS: dev
#CIBW_BEFORE_ALL: ${{ (matrix.use_master == 'false' && 'pip install git+https://github.com/epics-base/epicscorelibs.git git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/p4p.git') || '' }}
CIBW_BEFORE_ALL: 'pip install -v git+https://github.com/epics-base/p4p.git && pip install -v --no-warn-conflicts git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/epicscorelibs.git'
CIBW_BEFORE_ALL: 'pip install git+https://github.com/epics-base/p4p.git && pip install --no-warn-conflicts git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/epicscorelibs.git'
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
# Run with faulthandler and -s in the hope we get a stack trace on seg fault on windows...
CIBW_TEST_COMMAND_WINDOWS: python -X faulthandler -m pytest -s {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
Expand Down

0 comments on commit ab178e0

Please sign in to comment.