We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16ecea commit 8701b24Copy full SHA for 8701b24
.github/workflows/cd.yaml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - '.github/workflows/**'
9
10
concurrency: release
11
.github/workflows/check-python.yaml
@@ -14,7 +14,7 @@ jobs:
14
run: pipx install poetry
15
16
- name: Install algokit
17
- run: pipx install git+https://github.com/algorandfoundation/algokit-cli.git@chore/patching-tests
+ run: pipx install algokit
18
19
- name: Run algokit localnet
20
run: algokit localnet start
0 commit comments