Skip to content

Commit 7ea218e

Browse files
committed
Fix names of steps in conda-package workflow
1 parent bf8aa1a commit 7ea218e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
conda activate test_mkl_umath
128128
python -c "import mkl_umath, numpy as np; mkl_umath.use_in_numpy(); np.sin(np.linspace(0, 1, num=10**6));"
129129
130-
- name: Smoke test
130+
- name: Run tests
131131
run: |
132132
source $CONDA/etc/profile.d/conda.sh
133133
conda activate test_mkl_umath
@@ -316,7 +316,7 @@ jobs:
316316
run: >-
317317
conda activate mkl_umath_test && python -c "import mkl_umath, numpy as np; mkl_umath.use_in_numpy(); np.sin(np.linspace(0, 1, num=10**6));"
318318
319-
- name: Smoke test
319+
- name: Run tests
320320
shell: cmd /C CALL {0}
321321
run: |
322322
conda activate mkl_umath_test && python -m pytest -v -s --pyargs ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)