mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 19:13:01 +00:00
[workflow] supported conda package installation in doc test (#3028)
* [workflow] supported conda package installation in doc test * polish code * polish code * polish code * polish code * polish code * polish code
This commit is contained in:
@@ -98,7 +98,7 @@ Lastly, if you want to skip some code, you just need to add the following annota
|
||||
<!--- doc-test-ignore-end -->
|
||||
```
|
||||
|
||||
If you have any dependency required, please add it to `requriements-doc-test.txt`.
|
||||
If you have any dependency required, please add it to `requriements-doc-test.txt` for pip and `conda-doc-test-deps.yml` for conda.
|
||||
|
||||
|
||||
### 💉 Auto Documentation
|
||||
|
2
docs/conda-doc-test-deps.yml
Normal file
2
docs/conda-doc-test-deps.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- cmake
|
Reference in New Issue
Block a user