Skip to content

Commit 9209273

Browse files
Downgrade to Ubuntu22 from 24
Specifying these particular modules made no difference
1 parent 2d412e4 commit 9209273

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)