From 89d1cfc3d16f1de9a249d2e3475452d63072cccd Mon Sep 17 00:00:00 2001 From: Niklas Rosenstein Date: Tue, 27 Feb 2024 12:27:59 +0000 Subject: [PATCH] upgrade kraken-wrapper in CI (#201) --- .github/workflows/on-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-commit.yaml b/.github/workflows/on-commit.yaml index 76b47f91..98a40a73 100644 --- a/.github/workflows/on-commit.yaml +++ b/.github/workflows/on-commit.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - uses: NiklasRosenstein/slap@gha/install/v1 - - run: pipx install kraken-wrapper==0.34.0 && krakenw config --installer=UV + - run: pipx install kraken-wrapper==0.34.1 && krakenw config --installer=UV - run: pipx install mksync - name: Restore Kraken build cache @@ -78,7 +78,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.0 && krakenw config --installer=UV + - run: pip install pipx && pipx install poetry && pipx install pdm && pipx install kraken-wrapper==0.34.1 && krakenw config --installer=UV - run: rustup update - name: Restore Kraken build cache