Skip to content

Commit

Permalink
Merge pull request #127 from brian-rose/pin-linkcheck-python
Browse files Browse the repository at this point in the history
pin to Python < 3.13
  • Loading branch information
brian-rose authored Oct 15, 2024
2 parents acc083e + 4c4d468 commit 4147599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
miniforge-version: latest

- name: Install Jupyterbook
run: conda install -c conda-forge jupyter-book
run: conda install -c conda-forge jupyter-book python<3.13 # see https://github.com/ProjectPythia/cookbook-actions/issues/126

- name: Check for config file
id: check_config
Expand Down

0 comments on commit 4147599

Please sign in to comment.