Skip to content

Commit ca8c6ec

Browse files
committed
more windows issues
1 parent fa50b50 commit ca8c6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic-tests-windows-uv-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uv pip install -r requirements.txt
4444
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
4545
uv pip install pytest-ruff nbval
46-
uv pip install --force-reinstall matplotlib numpy<2.1
46+
uv pip install --force-reinstall matplotlib "numpy<2.1"
4747
4848
- name: Run Python Tests
4949
shell: bash

0 commit comments

Comments
 (0)