Skip to content

Commit 8701b24

Browse files
authored
chore: restore algokit install in workflow file (#33)
1 parent b16ecea commit 8701b24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- '.github/workflows/**'
79

810
concurrency: release
911

.github/workflows/check-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: pipx install poetry
1515

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

1919
- name: Run algokit localnet
2020
run: algokit localnet start

0 commit comments

Comments
 (0)