Skip to content

Commit

Permalink
Remove mxnet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 2, 2024
1 parent 2fd1fa3 commit 69540ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install extras for testing
run: |
pip install "protobuf~=3.20.0" "tensorflow~=2.5.0"
pip install "mxnet; sys_platform != 'win32' and python_version < '3.12'"
#pip install "mxnet; sys_platform != 'win32' and python_version < '3.12'"
pip install "torch!=1.13.0; sys_platform!='darwin'" --extra-index-url https://download.pytorch.org/whl/cpu
# there is a bug related to MPS devices in github macos runners that
# will be fixed in torch v2.1.1
Expand All @@ -140,4 +140,4 @@ jobs:
shell: bash --noprofile --norc -o pipefail {0}

- name: Run tests with extras
run: python -m pytest --pyargs thinc --cov=thinc --cov-report=term -p thinc.tests.enable_tensorflow -p thinc.tests.enable_mxnet
run: python -m pytest --pyargs thinc --cov=thinc --cov-report=term -p thinc.tests.enable_tensorflow

0 comments on commit 69540ce

Please sign in to comment.