Add some appendix E runtimes (#927)

* Add some appendix E runtimes

* Use more lightweigth CPU torch

* Use more lightweigth CPU torch

* Use more lightweigth CPU torch
This commit is contained in:
Sebastian Raschka
2025-12-19 14:13:43 -06:00
committed by GitHub
parent 57430d2a13
commit 1c9f49c812
2 changed files with 16 additions and 1 deletions

View File

@@ -40,7 +40,10 @@ jobs:
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
# Necessary because there is not much storage space on this runner:
pip install torch==2.9.1+cpu --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt --no-deps
pip install jupyterlab pandas tensorflow matplotlib
pip install pytest pytest-ruff nbval
- name: Test Selected Python Scripts