Skip to content

Commit f2845ae

Browse files
committed
Up
1 parent 4ca00aa commit f2845ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
shell: bash -l {0}
1414

1515
jobs:
16-
lint:
16+
build:
1717
runs-on: ${{ matrix.os }}
1818

1919
strategy:
@@ -34,7 +34,7 @@ jobs:
3434
create-args: >-
3535
python=${{ matrix.python-version }}
3636
jupyterlab
37-
build
37+
python-build
3838
3939
- name: Test TS build
4040
run: |

0 commit comments

Comments
 (0)