Skip to content

Commit fe0814c

Browse files
committed
Install cog3pio[cuda] in post_install step
Also bump cog3pio from 178a3ff to ce268b0.
1 parent b4b4141 commit fe0814c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ build:
66
tools:
77
python: "mambaforge-23.11"
88
jobs:
9-
pre_create_environment:
9+
post_install:
10+
# https://github.com/weiji14/cog3pio/pull/71
1011
- export MATURIN_PEP517_ARGS="--features cuda,pyo3";
12+
pip install -v "cog3pio[cuda] @ git+https://github.com/weiji14/cog3pio.git@ce268b0ccb58ff0c7e329cdf38f2326a4fac22e9"
1113

1214
# Build documentation in the docs/ directory with Sphinx
1315
sphinx:

ci/doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ dependencies:
1818
- pip:
1919
# relative to this file. Needs to be editable to be accepted.
2020
- --editable ..
21-
- cog3pio[cuda] @ git+https://github.com/weiji14/cog3pio.git@178a3ffb8163c97f7af9e71bc68b6545a4e8e192 # https://github.com/weiji14/cog3pio/pull/71

0 commit comments

Comments
 (0)