We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7134301 commit 191d4e2Copy full SHA for 191d4e2
.github/workflows/conda-package.yml
@@ -193,7 +193,7 @@ jobs:
193
python -m pytest -n auto -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
194
195
test_linux_all_dtypes:
196
- name: Test ['ubuntu-latest', python='${{ matrix.python }}']
+ name: Test ['ubuntu-latest-all-dtypes', python='${{ matrix.python }}']
197
198
needs: build
199
@@ -409,7 +409,7 @@ jobs:
409
410
411
test_windows_all_dtypes:
412
- name: Test ['windows-2019', python='${{ matrix.python }}']
+ name: Test ['windows-2019-all-dtypes', python='${{ matrix.python }}']
413
414
415
0 commit comments