We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae40ef commit ea7f93fCopy full SHA for ea7f93f
.github/workflows/ci-tests-fabric.yml
@@ -107,7 +107,8 @@ jobs:
107
PACKAGE_NAME: ${{ matrix.pkg-name }}
108
FREEZE_REQUIREMENTS: 1
109
run: |
110
- pip install -e .[test,strategies] "pytest-timeout" --upgrade --find-links ${TORCH_URL}
+ pip install -e .[test] "pytest-timeout" --upgrade --find-links ${TORCH_URL}
111
+ pip install -r ./requirements/fabric/strategies.txt
112
pip list
113
114
- name: Adjust tests
0 commit comments