File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 # Check that the master branches of various upstream dependencies are
172172 # still compatible when used together
173173 master_branch_test :
174- runs-on : " ubuntu-22.04 "
174+ runs-on : " ubuntu-latest "
175175 steps :
176176 - name : Checkout Source
177177 uses : actions/checkout@v4
@@ -186,9 +186,10 @@ jobs:
186186 python-version : " 3.12"
187187
188188 - name : Install master versions
189+ #
190+ # 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
191+ # pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
189192 run : |
190- 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
191- pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
192193 pip install -e .[dev]
193194 pip freeze
194195
You can’t perform that action at this time.
0 commit comments