Skip to content

Commit 9f6d062

Browse files
committed
fixed GH actions for deployment
1 parent 71c02b1 commit 9f6d062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ on:
1717
jobs:
1818
# This workflow contains a single job called "build"
1919
build:
20+
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
2021
# The type of runner that the job will run on
21-
runs-on: ${{ matrix.os }} Python ${{ matrix.python-version }}
22+
runs-on: ${{ matrix.os }}
2223
strategy:
2324
matrix:
2425
os: ["ubuntu-latest"]

0 commit comments

Comments
 (0)