Skip to content

Commit

Permalink
Fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent bf7fb07 commit 72ff7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Run tests for thinc-apple-ops
run: |
pip uninstall -y tensorflow
pip install thinc-apple-ops>=1.0.0,<2.0.0
pip install "thinc-apple-ops>=1.0.0,<2.0.0"
python -m pytest --pyargs thinc_apple_ops
if: matrix.os == 'macos-13' && matrix.python_version == '3.10'

Expand Down

0 comments on commit 72ff7b5

Please sign in to comment.