File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 48
48
49
49
- name : Codecov
50
50
run : |
51
- pip install codecov
51
+ pip install codecov coverage[toml]
52
52
codecov
53
53
54
54
generate_changelog :
87
87
- uses : actions/checkout@v3
88
88
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
89
89
with :
90
- python_version : " 3.8"
91
- - uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
92
- with :
93
- only_create_file : 1
90
+ dependency_type : pre
94
91
- name : Run the unit tests
95
92
run : |
96
93
hatch run test:nowarn || hatch run test:nowarn --lf
@@ -103,10 +100,10 @@ jobs:
103
100
- uses : actions/checkout@v3
104
101
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
105
102
with :
106
- python_version : " 3.11 "
103
+ dependency_type : pre
107
104
- name : Run the tests
108
105
run : |
109
- PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
106
+ hatch run test:nowarn || hatch run test:nowarn --lf
110
107
111
108
docs :
112
109
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments