Skip to content

Commit d1b8597

Browse files
committed
ci: test.
1 parent b26072d commit d1b8597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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]" -U --prefer-binary \
141+
pip install -e ".[${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies,${EXTRA_PREFIX}serve]" -U --prefer-binary \
142142
--extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}"
143143
pip list
144144
- name: Dump handy wheels

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Install package & dependencies
137137
timeout-minutes: 20
138138
run: |
139-
pip install ".[${EXTRA_PREFIX}extra,${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies]" -U --prefer-binary \
139+
pip install ".[${EXTRA_PREFIX}extra,${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies,${EXTRA_PREFIX}serve]" -U --prefer-binary \
140140
-r requirements/_integrations/accelerators.txt \
141141
--extra-index-url="${TORCH_URL}" --find-links="${PYPI_CACHE_DIR}"
142142
pip list

0 commit comments

Comments
 (0)