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 137df10 commit 713773eCopy full SHA for 713773e
.github/workflows/library_tests.yml
@@ -37,6 +37,7 @@ jobs:
37
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
38
- run: uv pip install --upgrade --system torch --index-url https://download.pytorch.org/whl/cpu
39
- run: uv pip install --system -c constraints.txt -e ".[tests]"
40
+ - run: uv pip install protobuf
41
- run: |
42
pip install --only-binary :all: spacy
43
0 commit comments