Skip to content

Commit

Permalink
fix build package
Browse files Browse the repository at this point in the history
  • Loading branch information
kiruxaspb committed Jan 28, 2025
1 parent 706aec3 commit 0f3cbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: install snet-cli
run: |
# ./scripts/blockchain install
pip3 install -e . --break-system-packages
pip3 install . --break-system-packages
# - name: install platform-contracts
# run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: install snet-cli
run: |
# ./scripts/blockchain install
pip3 install -e . --break-system-packages
pip3 install . --break-system-packages
# - name: install platform-contracts
# run: |
Expand Down

0 comments on commit 0f3cbbc

Please sign in to comment.