[dev] use patched SO
Some checks failed
Test fixturenet-plugeth / Test fixturenet-plugeth stack (push) Failing after 1m17s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 20m59s

This commit is contained in:
Roy Crihfield 2024-06-24 22:12:12 +08:00
parent 20b1b82a59
commit a3ae031221

View File

@ -26,7 +26,15 @@ jobs:
- name: "Print Python version" - name: "Print Python version"
run: python3 --version run: python3 --version
- name: "Install stack orchestrator" - name: "Install stack orchestrator"
run: ./scripts/install-so.sh # FIXME: merge SO fixes and revert
# run: ./scripts/install-so.sh
uses: actions/checkout@v3
with:
repository: cerc-io/stack-orchestrator
ref: roysc/fix-various
path: .tools/stack-orchestrator
- name: "Install stack orchestrator"
run: pip3 install .tools/stack-orchestrator
- name: "Run stack tests" - name: "Run stack tests"
run: | run: |
PATH=$PATH:~/bin PATH=$PATH:~/bin