Skip to content

Commit

Permalink
add uv to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebrl committed Jan 23, 2025
1 parent 9efe461 commit f35c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: NiklasRosenstein/slap@gha/install/v1
- uses: actions/setup-python@v5
with: { python-version: "${{ matrix.python-version }}" }
- run: pip install pipx && pipx install poetry && pipx install pdm && pipx install kraken-wrapper==0.34.1 && krakenw config --installer=UV
- run: pip install pipx && pipx install poetry && pipx install pdm && pipx install uv && pipx install kraken-wrapper==0.34.1 && krakenw config --installer=UV
- run: rustup update
- run: slap config --venv-type=uv

Expand Down

0 comments on commit f35c1b9

Please sign in to comment.