Skip to content

Commit e18921e

Browse files
authored
CI: Fix pytorch installation error (#45064)
1 parent c2d0291 commit e18921e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/deps/actions-38-db.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.8
6+
- pip
67

78
# tools
89
- cython>=0.29.24
@@ -33,7 +34,6 @@ dependencies:
3334
- pyarrow>=1.0.1
3435
- pymysql
3536
- pytables
36-
- pytorch
3737
- python-snappy
3838
- python-dateutil
3939
- pytz
@@ -50,3 +50,5 @@ dependencies:
5050
- coverage
5151
- pandas-datareader
5252
- pyxlsb
53+
- pip:
54+
- torch

0 commit comments

Comments
 (0)