@@ -11,21 +11,21 @@ jobs:
1111 strategy :
1212 matrix :
1313 python-version : ['3.11', '3.12']
14- # notebook: [ Ch02-statlearn-lab.ipynb ]. # Ch02 is tricky but we have a solution for it
15- notebook : [ Ch03-linreg-lab.ipynb ]
16- # Ch04-classification-lab.ipynb,
17- # Ch05-resample-lab.ipynb,
18- # Ch06-varselect-lab.ipynb,
19- # Ch07-nonlin-lab.ipynb,
20- # Ch08-baggboost-lab.ipynb,
21- # Ch09-svm-lab.ipynb,
22- # Ch10-deeplearning-lab.ipynb,
23- # Ch11-surv-lab.ipynb,
24- # Ch12-unsup-lab.ipynb,
25- # Ch13-multiple-lab.ipynb]
26- # exclude:
27- # - python-version: '3.11'
28- # notebook: Ch10-deeplearning-lab.ipynb
14+ notebook : [ Ch02-statlearn-lab.ipynb,
15+ Ch03-linreg-lab.ipynb,
16+ Ch04-classification-lab.ipynb,
17+ Ch05-resample-lab.ipynb,
18+ Ch06-varselect-lab.ipynb,
19+ Ch07-nonlin-lab.ipynb,
20+ Ch08-baggboost-lab.ipynb,
21+ Ch09-svm-lab.ipynb,
22+ Ch10-deeplearning-lab.ipynb,
23+ Ch11-surv-lab.ipynb,
24+ Ch12-unsup-lab.ipynb,
25+ Ch13-multiple-lab.ipynb]
26+ exclude :
27+ - python-version : ' 3.11'
28+ notebook : Ch10-deeplearning-lab.ipynb
2929
3030 fail-fast : false
3131
@@ -34,14 +34,13 @@ jobs:
3434
3535 - name : Install uv
3636 uses : astral-sh/setup-uv@v5
37- # with:
38- # version: "0.5.15"
37+ with :
38+ version : " 0.5.15"
3939
40-
41- # - name: Set up Python
42- # shell: bash
43- # run: |
44- # uv python install ${{ matrix.python-version }}
40+ - name : Set up Python
41+ shell : bash
42+ run : |
43+ uv python install ${{ matrix.python-version }}
4544
4645 - name : Create venv
4746 shell : bash
5756 - name : Test
5857 shell : bash
5958 run : |
60- uv run pytest --nbmake --nbmake-timeout=3600 -vv ${{ matrix.notebook }}
59+ uv run pytest --nbmake --nbmake-timeout=3600 -vv ${{ matrix.notebook }}
0 commit comments