fix tests

This commit is contained in:
rasbt
2024-05-12 19:03:14 -05:00
parent 21172a6a7e
commit 8bc15ab316
4 changed files with 21 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ jobs:
pytest setup/02_installing-python-libraries/tests.py
pytest ch04/01_main-chapter-code/tests.py
pytest ch05/01_main-chapter-code/tests.py
pytest ch06/01_main-chapter-code/gpt-class-finetune.py --test_mode
pytest ch06/01_main-chapter-code/tests.py
- name: Validate Selected Jupyter Notebooks
run: |

View File

@@ -41,7 +41,7 @@ jobs:
pytest setup/02_installing-python-libraries/tests.py
pytest ch04/01_main-chapter-code/tests.py
pytest ch05/01_main-chapter-code/tests.py
pytest ch06/01_main-chapter-code/gpt-class-finetune.py --test_mode
pytest ch06/01_main-chapter-code/tests.py
- name: Validate Selected Jupyter Notebooks
run: |

View File

@@ -44,7 +44,7 @@ jobs:
pytest setup/02_installing-python-libraries/tests.py
pytest ch04/01_main-chapter-code/tests.py
pytest ch05/01_main-chapter-code/tests.py
pytest ch06/01_main-chapter-code/gpt-class-finetune.py --test_mode
pytest ch06/01_main-chapter-code/tests.py
- name: Validate Selected Jupyter Notebooks
shell: bash