Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Aug 22, 2024
1 parent ad1a278 commit 83405b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install Python dependencies
run: uv pip install -r requirements.txt
run: uv pip install -r requirements-jb.txt
- name: Build website
run: jupyter-book build ${DIR} --builder linkcheck

0 comments on commit 83405b9

Please sign in to comment.