refactor-for-plugin
v5
runs faster with equivalent degree of isolation - tests were hitting default 10m timeout
86275727a8
5b0c135223
@@ -37,1 +60,4 @@
run: |
curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
chmod +x laconic-so
- run: pip install ./stack-orchestrator
I think you are missing an action here:
- name: "Install Python" uses: actions/setup-python@v4 with: python-version: '3.8'
No dependencies set.
The note is not visible to the blocked user.
86275727a8to5b0c135223@@ -37,1 +60,4 @@run: |curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-sochmod +x laconic-so- run: pip install ./stack-orchestratorI think you are missing an action here:
roysc referenced this pull request from cerc-io/plugeth-statediff2023-09-30 05:05:14 +00:00