Skip to content

Commit 56dcc07

Browse files
committed
build PyYAML without build isolation
1 parent 7c34be8 commit 56dcc07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
for fpath in `ls requirements/**/*.txt`; do \
112112
python ./adjust-torch-versions.py $fpath ${{ matrix.pytorch-version }}; \
113113
done
114+
pip install "pyyaml==5.4" --no-build-isolation
114115
115116
- name: pip wheels cache
116117
uses: actions/cache/restore@v4

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
python ./adjust-torch-versions.py $fpath ${{ matrix.pytorch-version }}; \
118118
done
119119
cat requirements/pytorch/base.txt
120+
pip install "pyyaml==5.4" --no-build-isolation
120121
121122
- name: pip wheels cache
122123
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)