Skip to content

Commit

Permalink
Add which (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobergum committed Apr 2, 2024
1 parent 8e5fefc commit 6f3ca4b
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 @@ -206,7 +206,7 @@ jobs:
export WORK_DIR=$SD_DIND_SHARE_PATH
export RESOURCES_DIR=$(pwd)/vespa/resources
- install-python: |
dnf install -y git-all python38-pip gcc python38-devel gcc-c++ # gcc required for pytrec_eval
dnf install -y which git-all python38-pip gcc python38-devel gcc-c++ # gcc required for pytrec_eval
python3 -m pip install --upgrade pip
python3 -m pip install -e .[dev]
python3 -m pip install -r docs/sphinx/source/requirements.txt
Expand Down

0 comments on commit 6f3ca4b

Please sign in to comment.