Skip to content

Commit

Permalink
TEMP: Additional installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWells-diamond committed Nov 5, 2024
1 parent 6c52f5a commit 3242053
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,11 @@ jobs:
# flag, we can bypass the dependency mismatch which would otherwise be present. We know that the master branches
# *should* always work together, so it's ok to ignore the warnings.
run: |
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
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
pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
pip install -e .[dev]
pip freeze
- name: Run tests
run: |
python -m pytest

0 comments on commit 3242053

Please sign in to comment.