Skip to content

Commit dc9ab5a

Browse files
Test different command
1 parent bb66a49 commit dc9ab5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
CIBW_BUILD: ${{ matrix.python }}*64
101101
CIBW_TEST_EXTRAS: dev
102102
#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'
104104
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
105105
# Run with faulthandler and -s in the hope we get a stack trace on seg fault on windows...
106106
CIBW_TEST_COMMAND_WINDOWS: python -X faulthandler -m pytest -s {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}

0 commit comments

Comments
 (0)