Skip to content

Commit 9ac5751

Browse files
committed
fix(ci): remove unnecessary wheel build from python tests
1 parent 2c67d82 commit 9ac5751

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/preview.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464

6565
- name: Test python
6666
run: |
67-
bazelisk build --stamp //libs/wrappers/python:rtbot_wheel
6867
bazelisk test --incompatible_use_python_toolchains=false --python_path=$(which python) //libs/wrappers/python:rtbot_test
6968
7069
- name: Test javascript

.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)