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 c974ddc commit 0ba6eb1Copy full SHA for 0ba6eb1
.github/workflows/ci.yml
@@ -217,7 +217,7 @@ jobs:
217
- name: Run tests
218
shell: bash
219
run: |
220
- pytest -v python/tests/
+ pytest -v python/tests/ --ignore=python/tests/test_opennmt_tf.py
221
222
223
check-python-style:
python/tests/requirements.txt
@@ -1,8 +1,6 @@
1
transformers==4.41.*;platform_system=='Linux'
2
fairseq==0.12.2;platform_system=='Linux' or platform_system=='Darwin'
3
OpenNMT-py==2.2.*;platform_system=='Linux' or platform_system=='Darwin'
4
-OpenNMT-tf==2.30.*
5
-tensorflow-cpu==2.11.*
6
pytest
7
wurlitzer==3.0.*;platform_system=='Linux'
8
torch==2.4.1
0 commit comments