Skip to content

Commit

Permalink
Adding os to build names displayed on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
mfixstsci committed May 29, 2024
1 parent 7891099 commit b17a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version:
[ "3.11", "3.12" ]
fail-fast: false
name: freeze versions (Python ${{ matrix.python-version }})
name: freeze versions (Python ${{ matrix.python-version }}, ${{ matrix.os }})
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b17a56d

Please sign in to comment.