Skip to content

Commit 6f1525f

Browse files
authored
[Inductor][UT] Make sure pytest-skip is not in use (#5485)
Tp avoid: `argparse.ArgumentError: argument --shard-id: conflicting option string: --shard-id` like in https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/19388256931/job/55478197241#step:8:1827 https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/19394181771/job/55491874461?pr=5485 (There are no more problems with `--shard-id` option)
1 parent 3a8e179 commit 6f1525f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/inductor-tests-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: Install python test dependencies
7070
run: |
7171
pip install pandas scipy tqdm
72+
pip uninstall pytest-skip
7273
7374
- name: Run inductor tests
7475
run: |

0 commit comments

Comments
 (0)