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 7c34be8 commit 56dcc07Copy full SHA for 56dcc07
.github/workflows/ci-tests-fabric.yml
@@ -111,6 +111,7 @@ jobs:
111
for fpath in `ls requirements/**/*.txt`; do \
112
python ./adjust-torch-versions.py $fpath ${{ matrix.pytorch-version }}; \
113
done
114
+ pip install "pyyaml==5.4" --no-build-isolation
115
116
- name: pip wheels cache
117
uses: actions/cache/restore@v4
.github/workflows/ci-tests-pytorch.yml
@@ -117,6 +117,7 @@ jobs:
118
119
cat requirements/pytorch/base.txt
120
121
122
123
0 commit comments