Skip to content

Commit

Permalink
upgrade kraken-wrapper in CI (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein authored Feb 27, 2024
1 parent 7c94c73 commit 89d1cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 89d1cfc

Please sign in to comment.