Skip to content

Commit

Permalink
Merge pull request #679 from vespa-engine/andreer/install-gcc-everywh…
Browse files Browse the repository at this point in the history
…ere-pytrec_eval-is-in-requirements

install gcc everywhere pytrec_eval is in requirements
  • Loading branch information
jonmv committed Feb 9, 2024
2 parents b0dc8f0 + cbb6926 commit 60b08d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker system info
ls -la $SD_DIND_SHARE_PATH
- install-python: |
dnf install -y python38-pip
dnf install -y python38-pip python38-devel gcc gcc-c++ # gcc et al required for pytrec_eval
dnf install -y --enablerepo=powertools pandoc
python3 -m pip install --upgrade pip
python3 -m pip install -e .[dev]
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
docker system info
ls -la $SD_DIND_SHARE_PATH
- install-python: |
dnf install -y python38-pip
dnf install -y python38-pip python38-devel gcc 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 Expand Up @@ -205,7 +205,7 @@ jobs:
export WORK_DIR=$SD_DIND_SHARE_PATH
export RESOURCES_DIR=$(pwd)/vespa/resources
- install-python: |
dnf install -y python38-pip gcc # required for pytrec_eval
dnf install -y 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 60b08d5

Please sign in to comment.