Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Jan 8, 2025
1 parent c44d90b commit 00b78b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
image: ghcr.io/astral-sh/uv:alpine
run: |
apk add --no-cache xz-dev
uv build -p 3.13
uv venv -p 3.13
uv build --wheel
rm -rf deebot_client*
uv sync --locked --only-dev
uv pip install --force-reinstall dist/*
Expand Down

0 comments on commit 00b78b4

Please sign in to comment.