File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
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-latest "
174+ runs-on : " ubuntu-22.04 "
175175 steps :
176176 - name : Checkout Source
177177 uses : actions/checkout@v4
@@ -189,7 +189,6 @@ jobs:
189189 run : |
190190 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
191191 pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
192- pip install Pygments==2.18.0 pytest-asyncio==0.25.0 setuptools==75.6.0
193192 pip install -e .[dev]
194193 pip freeze
195194
You can’t perform that action at this time.
0 commit comments