We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9859554 commit 4cfe1a6Copy full SHA for 4cfe1a6
1 file changed
README.md
@@ -37,7 +37,7 @@ python -m unittest tests/test_mixins.py
37
38
## Run numpy external test
39
```bash
40
-. ./0.env
+. ./0.env.sh
41
python -m tests.third_party.numpy_ext
42
# or
43
python -m tests.third_party.numpy_ext core/tests/test_umath.py
@@ -57,7 +57,7 @@ Building:
57
58
## Packaging:
59
60
61
conda-build conda-recipe/
62
```
63
0 commit comments