Skip to content

Commit 743fe1a

Browse files
authored
(temporary) add pyyaml to unittest requirements (#5099)
* (temporary) add pyyaml to unittest requirements * add actionable comments
1 parent 10e658c commit 743fe1a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/unittest/linux/scripts/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies:
99
- libpng
1010
- jpeg
1111
- ca-certificates
12+
# TODO: remove this after https://github.com/pytorch/pytorch/issues/69905 is resolved
13+
- pyyaml
1214
- pip:
1315
- future
1416
- pillow >=5.3.0, !=8.3.*

.circleci/unittest/windows/scripts/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies:
99
- libpng
1010
- jpeg
1111
- ca-certificates
12+
# TODO: remove this after https://github.com/pytorch/pytorch/issues/69905 is resolved
13+
- pyyaml
1214
- pip:
1315
- future
1416
- pillow >=5.3.0, !=8.3.*

0 commit comments

Comments
 (0)