Skip to content

Commit 3242053

Browse files
TEMP: Additional installation
1 parent 6c52f5a commit 3242053

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/code.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)