Skip to content

Commit 2dfb88a

Browse files
committed
Including a basic import test to the workflow
1 parent c7f1852 commit 2dfb88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313

1414
jobs:
1515
test_package:
16-
name: Build Windows x86 wheels for Python ${{ matrix.python }}
17-
runs-on: ${{ matrix.os }}
16+
name: Testing package on ${{ matrix.config.name }} for Python ${{ matrix.python }}
17+
runs-on: ${{ matrix.config.os }}
1818
strategy:
1919
matrix:
2020
config:

0 commit comments

Comments
 (0)