Skip to content

Commit

Permalink
Customize job names for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jun 24, 2024
1 parent a5afa86 commit 701d551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
strategy:
fail-fast: false
matrix:
RPYC_BIND_THREADS: ["true", "false"]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
RPYC_BIND_THREADS: ["true", "false"]

name: Lint & unittest (${{ matrix.python_version }}, RPYC_BIND_THREADS=${{RPYC_BIND_THREADS}})
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 701d551

Please sign in to comment.