Skip to content

Commit

Permalink
Update screwdriver.yaml (#1352)
Browse files Browse the repository at this point in the history
* Update screwdriver.yaml

* Add devel also
  • Loading branch information
Jo Kristian Bergum authored Nov 14, 2023
1 parent e157455 commit 4108d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shared:
install-deps: &install-deps
install-deps: |
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce protobuf-compiler protobuf-devel --nobest
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 --upgrade -qqq pytest nbmake onnx onnxruntime torch numpy transformers
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
dnf install -y docker-ce-cli
docker system info
- install-python: |
dnf install -y python39
dnf install -y python3 python3-pip
python3 -m pip install --upgrade pip
python3 -m pip install pytest notebook nbconvert runnb
- run-notebooks: |
Expand Down

0 comments on commit 4108d0a

Please sign in to comment.