Skip to content

Commit

Permalink
add packages to test exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Feb 4, 2025
1 parent 54a585a commit 6c19de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pull-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions tests/general/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"pyyaml",
"graphviz",
"pytables",
# Failed build, see https://github.com/StatCan/aaw-kubeflow-containers/issues/747
"pkg-config",
"jupyter-resource-usage",
]


Expand Down

0 comments on commit 6c19de8

Please sign in to comment.