Skip to content

Commit

Permalink
uno mas
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 5, 2024
1 parent 0cb97e5 commit 9f1e60f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/notebooks-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Notebooks - cloud

on:
workflow_dispatch:
pull_request:
branches:
- master
# pull_request:
# branches:
# - master
push:
branches:
- master
Expand Down Expand Up @@ -45,7 +45,6 @@ jobs:
cache: "pip" # caching pip dependencies
cache-dependency-path: |
pyproject.toml
**/requirements.txt
**/notebook_requirements.txt
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions docs/sphinx/source/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ datasets
#pytrec_eval
#torch
numpy
nbconvert
ipykernel
jupytext
vespacli

0 comments on commit 9f1e60f

Please sign in to comment.