Skip to content

Commit 17f5323

Browse files
Make master branch test use prereleases
This should really have been here since day 1. It's quite common for the various EPICS python modules to have prerelease versions at the tip of their main.
1 parent e817f12 commit 17f5323

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ jobs:
191191

192192
- name: Install master versions
193193
run: |
194-
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
195-
pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
194+
pip install --pre git+https://github.com/epics-base/p4p.git git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/epicscorelibs.git
195+
pip install --pre git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
196196
pip install -e .[dev]
197197
pip freeze
198198

0 commit comments

Comments
 (0)