Skip to content

Commit b41b0d8

Browse files
authored
Remove dev tools installation from CI workflow (#3462)
Removed installation step for development tools. Fixes #{issue number} Description: Check list: - [ ] New tests are added (if a new feature is added) - [ ] New doc strings: description and/or example code are in RST format - [ ] Documentation is updated (if required)
1 parent 0947191 commit b41b0d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
**/requirements-dev.txt
7777
**/pyproject.toml
7878
79-
- name: Install dev tools
80-
run: uv pip install wheel setuptools -Uqq
81-
8279
- name: Install PyTorch
8380
if: ${{ matrix.pytorch-channel == 'pytorch' }}
8481
run: uv pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)