update SO ref
This commit is contained in:
parent
dc9571bb07
commit
b907467b6c
@ -28,15 +28,7 @@ jobs:
|
|||||||
- name: "Print Python version"
|
- name: "Print Python version"
|
||||||
run: python3 --version
|
run: python3 --version
|
||||||
- name: "Install stack orchestrator"
|
- name: "Install stack orchestrator"
|
||||||
# FIXME: merge SO fixes and revert
|
run: ./scripts/install-so.sh
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user