Skip to content

Commit eac9c92

Browse files
author
MarcoGorelli
committed
append pytorch to asv job before setting up env
1 parent 1255115 commit eac9c92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
with:
115115
fetch-depth: 0
116116

117+
- name: Append pytorch dependency
118+
run: |
119+
" - pytorch" >> environment.yml
120+
117121
- name: Set up Conda
118122
uses: ./.github/actions/setup-conda
119123

0 commit comments

Comments
 (0)