Skip to content

Commit

Permalink
Include 'free-threading' in job name
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 5, 2024
1 parent 2d2889e commit 386de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- { os: "macos-14", python-version: "3.9" }

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }} ${{ matrix.disable-gil && 'free-threaded' || '' }}

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

0 comments on commit 386de36

Please sign in to comment.