Skip to content

Commit

Permalink
Diagnose what module(s) cause the probem on ubuntu24
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWells-diamond committed Jan 10, 2025
1 parent 9209273 commit 4eccded
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
# Check that the master branches of various upstream dependencies are
# still compatible when used together
master_branch_test:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-latest"
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand All @@ -186,9 +186,10 @@ jobs:
python-version: "3.12"

- name: Install master versions
#
# 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
# pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
run: |
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
pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
pip install -e .[dev]
pip freeze
Expand Down

0 comments on commit 4eccded

Please sign in to comment.