Skip to content

Commit

Permalink
Change to build name in python-package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
trumbell authored Dec 10, 2024
1 parent d03d951 commit 4cebdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches: [ "main" ]

jobs:
build-conda:
name: build-${{ matrix.os.os }}-conda
build:
name: build-${{ matrix.os.os }}
runs-on: ${{ matrix.os.os }}
strategy:
matrix:
Expand Down

0 comments on commit 4cebdf2

Please sign in to comment.