Skip to content

Commit 191d4e2

Browse files
committed
rename CI tests
1 parent 7134301 commit 191d4e2

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
@@ -193,7 +193,7 @@ jobs:
193193
python -m pytest -n auto -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
194194
195195
test_linux_all_dtypes:
196-
name: Test ['ubuntu-latest', python='${{ matrix.python }}']
196+
name: Test ['ubuntu-latest-all-dtypes', python='${{ matrix.python }}']
197197

198198
needs: build
199199

@@ -409,7 +409,7 @@ jobs:
409409
python -m pytest -n auto -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
410410
411411
test_windows_all_dtypes:
412-
name: Test ['windows-2019', python='${{ matrix.python }}']
412+
name: Test ['windows-2019-all-dtypes', python='${{ matrix.python }}']
413413

414414
needs: build
415415

0 commit comments

Comments
 (0)