File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 5454 bazelisk test //libs/finance/test
5555 - name : Test python
5656 run : |
57- # TODO: make sure we don't have to build the wheel and install it
58- # in order to make the test to pass
59- bazelisk build //libs/wrappers/python:rtbot_wheel
60- pip install --force-reinstall dist/bin/libs/wrappers/python/rtbot-_VERSION_-py3-none-manylinux2014_x86_64.whl
61- bazelisk test //libs/wrappers/python:rtbot_test
57+ # use legacy python toolchain until rules_python is adopted
58+ bazel test --incompatible_use_python_toolchains=false --python_path=$(which python) //libs/wrappers/python:rtbot_test
6259 - name : Test javascript
6360 run : |
6461 bazelisk test //libs/wrappers/javascript:test
Original file line number Diff line number Diff line change 11import sys
22import os
33
4- # sys.path.append(os.getcwd() + "/libs/wrappers/python")
4+ sys .path .append (os .getcwd () + "/libs/wrappers/python" )
55
66import rtbot
77from rtbot import rtbotapi as api
You can’t perform that action at this time.
0 commit comments