File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 39
39
- name : Check import
40
40
run : python -c "from nixtla import NixtlaClient"
41
41
42
- run-all-tests :
42
+ run-notebooks-test :
43
43
runs-on : nixtla-linux-large-public
44
44
timeout-minutes : 60
45
45
strategy :
58
58
- name : Install pip requirements
59
59
run : pip install uv && uv pip install --system ".[dev,distributed]"
60
60
61
- - name : Run tests
62
- run : pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
63
-
64
61
- name : Run nbconvert
65
62
run : |
66
63
find nbs/docs/ -name "*.ipynb" -print0 | while IFS= read -r -d '' nb; do
74
71
strategy :
75
72
fail-fast : false
76
73
matrix :
77
- os : [macos-14, windows-latest]
74
+ os : [macos-14, windows-latest, ubuntu-latest ]
78
75
python-version : ["3.9", "3.10"]
79
76
steps :
80
77
- name : Clone repo
89
86
run : pip install uv && uv pip install --system ".[dev,distributed]"
90
87
91
88
- name : Run tests
92
- run : pytest reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
89
+ run : pytest --cov=nixtla -- reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
You can’t perform that action at this time.
0 commit comments