Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
kiruxaspb authored Dec 13, 2024
2 parents 1104c58 + c77c826 commit fcb19f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: node:20-bookworm
steps:

- name: install packs
run: |
apt update
Expand All @@ -35,12 +35,12 @@ jobs:
# pip3 install nose --break-system-packages
# pip3 uninstall pyreadline --break-system-packages
# pip3 install pyreadline3 --break-system-packages
- name: install snet-cli
run: |
# ./scripts/blockchain install
pip3 install -e . --break-system-packages
# - name: install platform-contracts
# run: |
# cd ..
Expand All @@ -56,7 +56,7 @@ jobs:
# cd example-service
# pip3 install -r requirements.txt --break-system-packages
# sh buildproto.sh

# - name: unit tests
# run: |
# cd ./snet/cli/test
Expand Down

0 comments on commit fcb19f8

Please sign in to comment.