Skip to content

Commit 9407f43

Browse files
fixed yaml error
1 parent 62315a6 commit 9407f43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on: [push]
33

44
jobs:
55
test:
6-
name: Test: (${{ matrix.python-version }}, ${{ matrix.os }})
6+
# name: Test: (${{ matrix.python-version }}, ${{ matrix.os }})
7+
name: Test
78
runs-on: ${{ matrix.os }}
89
strategy:
910
fail-fast: false

0 commit comments

Comments
 (0)