Skip to content

Commit b5ffe28

Browse files
committed
install torch as chebai __init__ dependency
1 parent aad1bca commit b5ffe28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify_constants.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
with:
3939
python-version: '3.x'
4040

41+
- name: Install dependencies
42+
run: pip install torch
43+
4144
- name: Export constants
4245
run: python .github/workflows/export_constants.py
4346

0 commit comments

Comments
 (0)