Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 24, 2024
1 parent 3fef210 commit 0905bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:

jobs:
build:
name: Build ${{ matrix.os }} py${{ matrix.python-version }}
name: ${{ matrix.os }} py${{ matrix.python-version }} numpy${{ matrix.numpy-version }}
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Numpy ${{ matrix.numpy-version }}
shell: bash -l {0}
run: |
mamba install python=${{ matrix.numpy-version }}
mamba install numpy=${{ matrix.numpy-version }}
- name: Install
shell: bash -l {0}
Expand Down

0 comments on commit 0905bc6

Please sign in to comment.