File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,11 @@ jobs:
188188 # flag, we can bypass the dependency mismatch which would otherwise be present. We know that the master branches
189189 # *should* always work together, so it's ok to ignore the warnings.
190190 run : |
191- pip install git+https://github.com/epics-base/p4p.git
192- pip install --no-warn-conflicts git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/epicscorelibs.git
191+ pip install git+https://github.com/epics-base/p4p.git git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/epicscorelibs.git
192+ pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
193193 pip install -e .[dev]
194194 pip freeze
195+
196+ - name : Run tests
197+ run : |
195198 python -m pytest
You can’t perform that action at this time.
0 commit comments