Skip to content

Commit

Permalink
upgrade krakenw in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Dec 14, 2023
1 parent 5633d13 commit 5b1babf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: NiklasRosenstein/slap@gha/install/v1
- run: pipx install kraken-wrapper==0.31.7
- run: pipx install kraken-wrapper==0.32.4
- run: krakenw run :docs:build --no-save
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: NiklasRosenstein/slap@gha/install/v1
- uses: actions/setup-python@v4
with: { python-version: "${{ matrix.python-version }}" }
- run: pip install pipx && pipx install poetry && pipx install pdm && pipx install kraken-wrapper==0.31.7
- run: pip install pipx && pipx install poetry && pipx install pdm && pipx install kraken-wrapper==0.32.4
- run: rustup update
- run: krakenw run check lint test

Expand Down

0 comments on commit 5b1babf

Please sign in to comment.