diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1183035c9..ebc1b04b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -435,11 +435,6 @@ jobs: setup-target: '.[tutorial,test]' test-case: 'test/test_notebooks.py' nbexcludes: '08_newops.ipynb' - - dir: 'examples/kdd22' - python-version: '3.12' - setup-target: '.[tutorial,test]' - test-case: 'test/test_notebooks.py' - nbexcludes: '08_newops.ipynb' steps: - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }}