Skip to content

Commit

Permalink
Fix install deps failure (#1405)
Browse files Browse the repository at this point in the history
* test

* try random stuff
  • Loading branch information
Jo Kristian Bergum authored Mar 8, 2024
1 parent 6abd184 commit 9cc1154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shared:
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce protobuf-compiler protobuf-devel python3 python3-pip python3-devel --nobest
python3 -m pip install --upgrade pip
python3 -m pip install -qqq -r test/requirements.txt --user
python3 -m pip install --ignore-installed -qqq -r test/requirements.txt --user
python3 -m pip install --upgrade -qqq pytest nbmake onnx onnxruntime torch numpy transformers
python3 -m pip install --upgrade -qqq pytest nbmake onnx onnxruntime torch numpy transformers --user
VESPA_CLI_VERSION=$(curl -fsSL https://api.github.com/repos/vespa-engine/vespa/releases/latest | grep -Po '"tag_name": "v\K.*?(?=")') && \
Expand Down

0 comments on commit 9cc1154

Please sign in to comment.