We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706aec3 commit 0f3cbbcCopy full SHA for 0f3cbbc
.github/workflows/dev.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: install snet-cli
40
run: |
41
# ./scripts/blockchain install
42
- pip3 install -e . --break-system-packages
+ pip3 install . --break-system-packages
43
44
# - name: install platform-contracts
45
# run: |
.github/workflows/master.yml
0 commit comments