Skip to content

Commit 0286130

Browse files
author
MarcoGorelli
committed
comment-out pytorch with note
1 parent 2f68a4f commit 0286130

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/code-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
with:
115115
fetch-depth: 0
116116

117-
- name: Append pytorch dependency
118-
run: echo " - pytorch" >> environment.yml
117+
- name: Uncomment pytorch dependency
118+
run: sed -i 's/# - pytorch/- pytorch/g' environment.yml
119119

120120
- name: Set up Conda
121121
uses: ./.github/actions/setup-conda

environment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ dependencies:
6969
- pandas-datareader
7070
- pyyaml
7171
- py
72+
# pytorch is commented-out as it's a very heavy dependency, uncomment
73+
# if you need to run the ASV check or the downstream compatibility tests which use it
74+
# - pytorch
7275

7376
# local testing dependencies
7477
- moto

0 commit comments

Comments
 (0)