Skip to content

Commit

Permalink
Rus test_tensorflow in Python v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alnusjaponica committed Oct 20, 2023
1 parent b14a6a1 commit 9c5c481
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,9 @@ jobs:
- name: Tests
run: |
if [ ${{ matrix.python-version }} == 3.11 ]; then
pytest tests \
--ignore tests/allennlp_tests \
--ignore tests/test_mxnet.py \
--ignore tests/test_tensorflow.py
else
pytest tests \
--ignore tests/allennlp_tests \
--ignore tests/test_mxnet.py
fi
pytest tests \
--ignore tests/allennlp_tests \
--ignore tests/test_mxnet.py
- name: Tests(Deprecated)
run: |
Expand Down

0 comments on commit 9c5c481

Please sign in to comment.