Skip to content

Commit ba3addf

Browse files
committed
cleanup
1 parent e1a2ea0 commit ba3addf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ jobs:
3939

4040
- name: Base Setup
4141
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
42-
with:
43-
python_version: "3.12"
4442

4543
- name: Test the package
46-
run: |
47-
hatch run cov:test
44+
run: hatch run cov:test
4845

4946
- name: JavaScript tests
5047
run: |

0 commit comments

Comments
 (0)