Skip to content

Commit a8cc5cb

Browse files
committed
Modified .readthedocs.yaml
1 parent a5c49f2 commit a8cc5cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ratspy/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
- asdf global rust 1.90.0
1515
- py=$(which python) && base="${py%python}" && export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${base}../lib" && cd ratspy && cargo run --bin stub_gen --no-default-features
1616
- cd ratspy && maturin build
17-
- pip install target/wheels/*.whl
17+
- file=target/wheels/*.whl && pip install ${file}
1818

1919
sphinx:
2020
configuration: ratspy/docs/conf.py

0 commit comments

Comments
 (0)