Skip to content

Commit e8595f8

Browse files
authored
Apply suggestions from code review
1 parent 23e5a1c commit e8595f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Install package & dependencies
139139
timeout-minutes: 20
140140
run: |
141-
pip install -e ".[${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies,${EXTRA_PREFIX}serve]" -U --prefer-binary \
141+
pip install -e ".[${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies]" -U --prefer-binary \
142142
--extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}"
143143
pip list
144144
- name: Dump handy wheels

0 commit comments

Comments
 (0)