We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c389085 commit a754b97Copy full SHA for a754b97
.github/workflows/basic-tests-linux-uv.yml
@@ -66,7 +66,7 @@ jobs:
66
shell: bash
67
run: |
68
source .venv/bin/activate
69
- pytest ch02/05_bpe-from-scratch/tests/tests.py
+ pytest ch02/05_bpe-from-scratch/tests.py
70
71
- name: Test Selected Bonus Materials
72
0 commit comments