diff --git a/.github/workflows/docker-pull-test.yaml b/.github/workflows/docker-pull-test.yaml index 928c2f213..5cd21e42c 100644 --- a/.github/workflows/docker-pull-test.yaml +++ b/.github/workflows/docker-pull-test.yaml @@ -31,7 +31,7 @@ on: jobs: pull-test: - runs-on: ubuntu-24.04-20250120.5.0 # Pin to older image + runs-on: ubuntu-latest services: registry: image: registry:2 diff --git a/tests/general/test_packages.py b/tests/general/test_packages.py index fefb54246..e20188fee 100644 --- a/tests/general/test_packages.py +++ b/tests/general/test_packages.py @@ -98,6 +98,9 @@ "pyyaml", "graphviz", "pytables", + # Failed build, see https://github.com/StatCan/aaw-kubeflow-containers/issues/747 + "pkg-config", + "jupyter-resource-usage", ]