File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
4444 - name : Test finance
4545 run : |
4646 bazelisk test //libs/core/finance/test
47- - name : Test python
48- run : |
49- # TODO: make sure we don't have to build the wheel and install it
50- # in order to make the test to pass
51- bazelisk build //libs/core/wrappers/python:rtbot_wheel
52- pip install --force-reinstall dist/bin/libs/core/wrappers/python/rtbot-_VERSION_-py3-none-manylinux2014_x86_64.whl
53- bazelisk test //libs/core/wrappers/python:rtbot_test
47+ # - name: Test python
48+ # run: |
49+ # # TODO: make sure we don't have to build the wheel and install it
50+ # # in order to make the test to pass
51+ # bazelisk build //libs/core/wrappers/python:rtbot_wheel
52+ # pip install --force-reinstall dist/bin/libs/core/wrappers/python/rtbot-_VERSION_-py3-none-manylinux2014_x86_64.whl
53+ # bazelisk test //libs/core/wrappers/python:rtbot_test
5454 - name : Test javascript
5555 run : |
5656 bazelisk test //libs/core/wrappers/javascript:test
You can’t perform that action at this time.
0 commit comments