diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 7a34c58..42e9838 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -49,7 +49,7 @@ jobs: miniforge-version: latest - name: Install Jupyterbook - run: conda install -c conda-forge jupyter-book "python<3.13" # see https://github.com/ProjectPythia/cookbook-actions/issues/126 + run: conda install -c conda-forge jupyter-book importlib-metadata=8.6.1 "python<3.13" # see https://github.com/ProjectPythia/cookbook-actions/issues/126 - name: Check for config file id: check_config