mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
fix actions
This commit is contained in:
parent
816f513663
commit
368ec75fd8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/e2e_test_demos.yml
vendored
5
.github/workflows/e2e_test_demos.yml
vendored
|
|
@ -32,6 +32,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|
||||||
|
- name: install hurl
|
||||||
|
run: |
|
||||||
|
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb
|
||||||
|
sudo dpkg -i hurl_4.0.0_amd64.deb
|
||||||
|
|
||||||
- name: install model server, arch gateway and test dependencies
|
- name: install model server, arch gateway and test dependencies
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue