Skip to content

Commit

Permalink
uv run code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 7, 2025
1 parent 0e43134 commit cebf837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uv sync --all-extras --dev
- name: Build registry
id: build
run: python code.py
run: uv run python code.py
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit cebf837

Please sign in to comment.