Skip to content

Commit

Permalink
test all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 20, 2023
1 parent 16de29d commit 5debb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ jobs:
- name: PyTorch Layer Tests
run: |
python3 -m pip install -r ${LAYER_TESTS_INSTALL_DIR}/requirements.txt
python3 -m pytest ${LAYER_TESTS_INSTALL_DIR}/pytorch_tests/test_adaptive_avg_pool.py -d --tx 8*popen -m precommit --junitxml=${INSTALL_TEST_DIR}/TEST-pytorch.xml
python3 -m pytest ${LAYER_TESTS_INSTALL_DIR}/pytorch_tests -d --tx 8*popen -m precommit --junitxml=${INSTALL_TEST_DIR}/TEST-pytorch.xml
env:
TEST_DEVICE: CPU
TEST_PRECISION: FP16
Expand Down

0 comments on commit 5debb85

Please sign in to comment.