mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ci: rename test matrix
Now python version: platform, e.g. `py3.10: linux-cpu` This displays better in GH actions.
This commit is contained in:
parent
1ab8565609
commit
dba08376a8
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user