Skip to content

Commit

Permalink
ci: update name of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
WeisLeDocto committed May 2, 2024
1 parent ee20807 commit ea269fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_python_package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Installs the Python dependencies, installs Crappy, and checks that it imports
name: Python Package
name: Test Python Package

on:
# Runs on pull requests targeting the default branch
Expand All @@ -15,7 +15,7 @@ on:
- cron: '0 12 1 * *'

jobs:
build:
test-python-package:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit ea269fa

Please sign in to comment.