Skip to content

Commit eba20c2

Browse files
author
Samuel Dare
committed
chore: remove hard coded false
1 parent ef4b241 commit eba20c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-bittensor-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
run: |
8383
pwd
8484
ls
85-
LOCALNET_SH_PATH="${{ github.workspace }}/scripts/localnet.sh False" pytest tests/e2e_tests/ -s
85+
LOCALNET_SH_PATH="${{ github.workspace }}/scripts/localnet.sh" pytest tests/e2e_tests/ -s

0 commit comments

Comments
 (0)