Skip to content

Commit 72ff7b5

Browse files
committed
Fix test action
1 parent bf7fb07 commit 72ff7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Run tests for thinc-apple-ops
155155
run: |
156156
pip uninstall -y tensorflow
157-
pip install thinc-apple-ops>=1.0.0,<2.0.0
157+
pip install "thinc-apple-ops>=1.0.0,<2.0.0"
158158
python -m pytest --pyargs thinc_apple_ops
159159
if: matrix.os == 'macos-13' && matrix.python_version == '3.10'
160160

0 commit comments

Comments
 (0)