powershell -> bash

This commit is contained in:
rasbt
2025-02-19 19:35:51 -06:00
parent 0e1d1efc10
commit 361a75d9e2

View File

@@ -39,7 +39,7 @@ jobs:
pip install uv
uv venv --python=python3.11
source .venv/Scripts/activate
uv pip install --no-binary tensorflow-io-gcs-filesystem
export UV_PIP_OPTS="--no-binary tensorflow-io-gcs-filesystem"
uv pip install -r requirements.txt
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
uv pip install pytest-ruff nbval