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:
171
171
# Check that the master branches of various upstream dependencies are
172
172
# still compatible when used together
173
173
master_branch_test :
174
- runs-on : " ubuntu-latest "
174
+ runs-on : " ubuntu-22.04 "
175
175
steps :
176
176
- name : Checkout Source
177
177
uses : actions/checkout@v4
@@ -189,7 +189,6 @@ jobs:
189
189
run : |
190
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
191
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
193
192
pip install -e .[dev]
194
193
pip freeze
195
194
You can’t perform that action at this time.
0 commit comments