Skip to content

Commit 4eccded

Browse files
Diagnose what module(s) cause the probem on ubuntu24
1 parent 9209273 commit 4eccded

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 3 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-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

0 commit comments

Comments
 (0)