diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9e91cef..0d02f9c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: os: "ubuntu-22.04" # Disabling this for now because it's failing and we need to figure out # next steps to fix this. - # - python_version: '3.11' - # ubuntu_version: '24.04' - # os: "ubuntu-24.04" + - python_version: '3.11' + ubuntu_version: '24.04' + os: "ubuntu-24.04" steps: - uses: actions/checkout@v4