Skip to content

Commit

Permalink
ci: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Jul 11, 2024
1 parent b11913a commit 8e30ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ concurrency:
cancel-in-progress: true

jobs:
# Build the Python SDist and wheel, performs metadata and readme linting
build:
# Build the Python SDist and wheel, performs metadata and readme linting
name: Build and verify package
runs-on: ubuntu-latest
steps:
Expand All @@ -28,6 +28,7 @@ jobs:
python-versions: ${{ steps.baipp.outputs.supported_python_classifiers_json_array }}

test:
# Test package build in matrix of OS and Python versions
name: Test package
needs: [build]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8e30ad0

Please sign in to comment.