Skip to content

Commit 95e21b9

Browse files
committed
Revise ci job
1 parent e855496 commit 95e21b9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check import
4040
run: python -c "from nixtla import NixtlaClient"
4141

42-
run-all-tests:
42+
run-notebooks-test:
4343
runs-on: nixtla-linux-large-public
4444
timeout-minutes: 60
4545
strategy:
@@ -58,9 +58,6 @@ jobs:
5858
- name: Install pip requirements
5959
run: pip install uv && uv pip install --system ".[dev,distributed]"
6060

61-
- name: Run tests
62-
run: pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
63-
6461
- name: Run nbconvert
6562
run: |
6663
find nbs/docs/ -name "*.ipynb" -print0 | while IFS= read -r -d '' nb; do
@@ -74,7 +71,7 @@ jobs:
7471
strategy:
7572
fail-fast: false
7673
matrix:
77-
os: [macos-14, windows-latest]
74+
os: [macos-14, windows-latest, ubuntu-latest]
7875
python-version: ["3.9", "3.10"]
7976
steps:
8077
- name: Clone repo
@@ -89,4 +86,4 @@ jobs:
8986
run: pip install uv && uv pip install --system ".[dev,distributed]"
9087

9188
- 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

0 commit comments

Comments
 (0)