ci fix
Some checks failed
Test / Run compliance tests (pull_request) Failing after 1m27s
Test / Run integration tests (pull_request) Has been cancelled
Test / Run unit tests (pull_request) Has been cancelled

This commit is contained in:
Roy Crihfield 2024-03-28 19:35:03 +08:00
parent 9421e8ca81
commit 72482e986e

View File

@ -72,7 +72,7 @@ jobs:
- name: "Install stack-orchestrator"
run: |
apt-get update && apt-get install -y python3-pip
pip3 install --break-system-packages ./stack-orchestrator
pip3 install ./stack-orchestrator
# - name: Install stack-orchestrator
# run: |
# curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
@ -87,7 +87,7 @@ jobs:
- name: Run testnet stack
working-directory: ./plugeth-statediff
env:
LACONIC_SO: ../laconic-so
LACONIC_SO: laconic-so
run: ./scripts/integration-setup.sh
- name: Install Python
uses: actions/setup-python@v4