Skip to content

Commit

Permalink
Merge pull request #47 from psychedelicious/psyche/ci/rename-test-matrix
Browse files Browse the repository at this point in the history
ci: rename test matrix
  • Loading branch information
psychedelicious authored Mar 2, 2024
2 parents e756bd5 + c6d586f commit 55301b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- platform: windows-cpu
os: windows-2022
github-env: $env:GITHUB_ENV
name: ${{ matrix.platform }} on py${{ matrix.python-version }}
name: "py${{ matrix.python-version }}: ${{ matrix.platform }}"
runs-on: ${{ matrix.os }}
timeout-minutes: 15 # expected run time: 2-6 min, depending on platform
env:
Expand Down

0 comments on commit 55301b3

Please sign in to comment.