Skip to content

Commit 0f3cbbc

Browse files
committed
fix build package
1 parent 706aec3 commit 0f3cbbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: install snet-cli
4040
run: |
4141
# ./scripts/blockchain install
42-
pip3 install -e . --break-system-packages
42+
pip3 install . --break-system-packages
4343
4444
# - name: install platform-contracts
4545
# run: |

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: install snet-cli
4040
run: |
4141
# ./scripts/blockchain install
42-
pip3 install -e . --break-system-packages
42+
pip3 install . --break-system-packages
4343
4444
# - name: install platform-contracts
4545
# run: |

0 commit comments

Comments
 (0)