You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/02/17 14:17:50 UTC

[GitHub] [beam] Abacn commented on a diff in pull request #25368: [Python] Added Tensorflow Model Handler

Abacn commented on code in PR #25368:
URL: https://github.com/apache/beam/pull/25368#discussion_r1109873270


##########
sdks/python/tox.ini:
##########
@@ -329,3 +329,15 @@ commands =
   # Run all PyTorch unit tests
   # Allow exit code 5 (no tests run) so that we can run this command safely on arbitrary subdirectories.
   /bin/sh -c 'pytest -o junit_suite_name={envname} --junitxml=pytest_{envname}.xml -n 6 -m uses_pytorch {posargs}; ret=$?; [ $ret = 5 ] && exit 0 || exit $ret'
+
+[testenv:py{37,38,39,310}-tf-{211}]

Review Comment:
   This line breaks Python PostCommit. Tox somehow does not support single string (e.g. `{211}`) in matrix, The same fix #25446 could apply to here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org