Skip to content

Commit

Permalink
fix(docs): wrap make in 'uv run'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Dec 19, 2024
1 parent a38e1ad commit 519407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build docs
working-directory: ./docs
run: make html
run: uv run make html

- name: Test with pytest
run: uv run pytest tests

0 comments on commit 519407b

Please sign in to comment.