Skip to content

Commit 2c3597c

Browse files
committed
Fix tests
1 parent 911f2a2 commit 2c3597c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
do_not_skip: '["pull_request"]'
2626

2727
tests:
28-
name: Run tests (${{ github.event_name }}, ${{ matrix.python-version }} on ${{ runner.os }})
29-
runs-on: ${{ runner.os }}
28+
name: Run tests (${{ github.event_name }}, ${{ matrix.python-version }} on ${{ matrix.os }})
29+
runs-on: ${{ matrix.os }}
3030
needs: [check_duplicate_runs]
3131
if: ${{ needs.check_duplicate_runs.outputs.should_skip != 'true' }}
3232
strategy:

0 commit comments

Comments
 (0)