File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
CIBW_BUILD : ${{ matrix.python }}*64
101
101
CIBW_TEST_EXTRAS : dev
102
102
# 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') || '' }}
103
- CIBW_BEFORE_ALL : ' 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'
103
+ 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'
104
104
CIBW_TEST_COMMAND : pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
105
105
# Run with faulthandler and -s in the hope we get a stack trace on seg fault on windows...
106
106
CIBW_TEST_COMMAND_WINDOWS : python -X faulthandler -m pytest -s {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
You can’t perform that action at this time.
0 commit comments