Skip to content

Commit

Permalink
Including a basic import test to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Mar 15, 2023
1 parent c7f1852 commit 2dfb88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

jobs:
test_package:
name: Build Windows x86 wheels for Python ${{ matrix.python }}
runs-on: ${{ matrix.os }}
name: Testing package on ${{ matrix.config.name }} for Python ${{ matrix.python }}
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
config:
Expand Down

0 comments on commit 2dfb88a

Please sign in to comment.