Skip to content

Commit

Permalink
Merge pull request #376 from vespa-engine/tgm/fix-ci
Browse files Browse the repository at this point in the history
Fix master ci pipeline
  • Loading branch information
kkraune authored Sep 23, 2022
2 parents f466795 + 995f0e6 commit 357b6e2
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 @@ -190,7 +190,7 @@ jobs:
- install-python: |
dnf install -y python38-pip
python3 -m pip install --upgrade pip
python3 -m pip install pytest
python3 -m pip install pytest learntorank
- install-package: |
python3 -m pip cache purge
python3 -m pip install --no-cache-dir --no-cache --quiet \
Expand Down

0 comments on commit 357b6e2

Please sign in to comment.