Skip to content

Commit

Permalink
chore: restore algokit install in workflow file (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev authored Jul 8, 2024
1 parent b16ecea commit 8701b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- '.github/workflows/**'

concurrency: release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: pipx install poetry

- name: Install algokit
run: pipx install git+https://github.com/algorandfoundation/algokit-cli.git@chore/patching-tests
run: pipx install algokit

- name: Run algokit localnet
run: algokit localnet start
Expand Down

0 comments on commit 8701b24

Please sign in to comment.