This commit is contained in:
Roy Crihfield 2024-03-28 19:35:03 +08:00
parent eb0cd00636
commit c4ea808673

View File

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