diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31f1432..231b3d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest - python-version: ["3.11", "3.12"] + python-version: ["3.11"] # Should run with 3.12 once not dependent on Dodal for constants include: # Include one that runs in the dev environment - runs-on: "ubuntu-latest"