fix actions

This commit is contained in:
Adil Hafeez 2025-03-14 17:38:32 -07:00
parent 816f513663
commit 368ec75fd8
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -32,6 +32,11 @@ jobs:
run: |
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
run: |
source venv/bin/activate