Skip to content

Commit

Permalink
Merge pull request #699 from vespa-engine/jobergum/disable-m3-in-cd
Browse files Browse the repository at this point in the history
disable notebook due to issues in external library (temporary we hope)
  • Loading branch information
kkraune committed Mar 19, 2024
2 parents 0753a02 + 55ba001 commit d2eb096
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 @@ -218,7 +218,7 @@ jobs:
- run-notebooks-cloud-related: |
echo "PATH:"
echo $PATH
find docs -name '*cloud*.ipynb' | while read f
find docs -name '*cloud*.ipynb' -not -name mother-of-all-embedding-models-cloud.ipynb | while read f
do
echo "running: runnb --allow-not-trusted $f"
runnb --allow-not-trusted $f
Expand Down

0 comments on commit d2eb096

Please sign in to comment.