Skip to content

Commit 7ed7a40

Browse files
committed
fix(ci): remove unnecessary wheel build from python tests
1 parent 8d359e2 commit 7ed7a40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
bazelisk test //libs/finance/test
4747
- name: Test python
4848
run: |
49-
bazelisk build --stamp //libs/wrappers/python:rtbot_wheel
5049
bazelisk test --incompatible_use_python_toolchains=false --python_path=$(which python) //libs/wrappers/python:rtbot_test
5150
- name: Test javascript
5251
run: |

0 commit comments

Comments
 (0)