diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acdc836..cbfa5d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: numpy_ver: "1.19" os: "ubuntu-latest" - name: Python ${{ matrix.python-version }} on ${{ matrix.os }} + name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }} runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2