Skip to content

Commit 2f68a4f

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-checks.yml

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
with:
115115
fetch-depth: 0
116116

117+
- name: Append pytorch dependency
118+
run: echo " - pytorch" >> environment.yml
119+
117120
- name: Set up Conda
118121
uses: ./.github/actions/setup-conda
119122

0 commit comments

Comments
 (0)