File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defaults:
16
16
17
17
18
18
jobs :
19
- pre-commit :
19
+ pre_commit :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v3
98
98
only_create_file : 1
99
99
- name : Run the unit tests
100
100
run : |
101
- export PIP_CONSTRAINT="./contraints_file.txt"
102
101
hatch run test:nowarn || hatch run test:nowarn --lf
103
102
104
103
test_prereleases :
@@ -110,8 +109,7 @@ jobs:
110
109
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
111
110
- name : Run the tests
112
111
run : |
113
- export PIP_PRE=1
114
- hatch run test:nowarn || hatch run test:nowarn --lf
112
+ PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
115
113
116
114
make_sdist :
117
115
name : Make SDist
@@ -140,7 +138,7 @@ jobs:
140
138
- docs
141
139
- check_links
142
140
- test_minimum_verisons
143
- - pre-commit
141
+ - pre_commit
144
142
- test_prereleases
145
143
- test_sdist
146
144
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
# Jupyter Client
2
2
3
3
[ ![ Build Status] ( https://github.com/jupyter/jupyter_client/workflows/CI/badge.svg )] ( https://github.com/jupyter/jupyter_client/actions )
4
- [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
4
+ [ ![ codecov] ( https://codecov.io/gh/jupyter/jupyter_client/branch/main/graph/badge.svg?token=kxoFu4KnhT )] ( https://codecov.io/gh/jupyter/jupyter_client )
5
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/jupyter-client/badge/?version=latest )] ( http://jupyter-client.readthedocs.io/en/latest/?badge=latest )
5
6
6
7
` jupyter_client ` contains the reference implementation of the [ Jupyter protocol] .
7
8
It also provides client and kernel management APIs for working with kernels.
You can’t perform that action at this time.
0 commit comments