Skip to content

Commit ea7f93f

Browse files
committed
ci
1 parent bae40ef commit ea7f93f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
PACKAGE_NAME: ${{ matrix.pkg-name }}
108108
FREEZE_REQUIREMENTS: 1
109109
run: |
110-
pip install -e .[test,strategies] "pytest-timeout" --upgrade --find-links ${TORCH_URL}
110+
pip install -e .[test] "pytest-timeout" --upgrade --find-links ${TORCH_URL}
111+
pip install -r ./requirements/fabric/strategies.txt
111112
pip list
112113
113114
- name: Adjust tests

0 commit comments

Comments
 (0)