Skip to content

Commit

Permalink
Better names for CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonofabio committed Jul 11, 2022
1 parent 0d4dbaf commit 477f9cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build_linux:
name: Build on Linux (${{ matrix.wheel_arch }})
name: Build on Ubuntu latest (${{ matrix.python-version }}, scanpy: ${{ matrix.scanpy }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -32,8 +32,10 @@ jobs:

# Only Python 3.9 for mac, otherwise it takes forever
build_macos:
name: Build wheels on macOS (${{ matrix.wheel_arch }})
name: Build on macOS latest (${{ matrix.python-version }}, scanpy: ${{ matrix.scanpy }})
runs-on: macos-latest
matrix:
scanpy: ["no", "yes"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 477f9cf

Please sign in to comment.