Skip to content

Commit 4cfe1a6

Browse files
MAINT: fixed typo on readme (#575)
1 parent 9859554 commit 4cfe1a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python -m unittest tests/test_mixins.py
3737

3838
## Run numpy external test
3939
```bash
40-
. ./0.env
40+
. ./0.env.sh
4141
python -m tests.third_party.numpy_ext
4242
# or
4343
python -m tests.third_party.numpy_ext core/tests/test_umath.py
@@ -57,7 +57,7 @@ Building:
5757

5858
## Packaging:
5959
```bash
60-
. ./0.env
60+
. ./0.env.sh
6161
conda-build conda-recipe/
6262
```
6363

0 commit comments

Comments
 (0)