Commit ed041ae 1 parent 42e60b1 commit ed041ae Copy full SHA for ed041ae
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
cache-dependency-path : ' pyproject.toml'
30
30
- name : Install Python dependencies
31
31
run : |
32
- python -m pip install -U pip hatch rust-just
32
+ python -m pip install -U pip hatch rust-just pre-commit
33
33
- name : Run linters
34
34
run : |
35
35
just lint-manual
@@ -120,7 +120,7 @@ jobs:
120
120
mongodb-version : ' 8.0.0-rc4'
121
121
- name : Run tests
122
122
run : |
123
- just doctest
123
+ just docs-test
124
124
125
125
docs :
126
126
name : Docs Checks
@@ -157,7 +157,7 @@ jobs:
157
157
python-version : ' 3.9'
158
158
- name : Install dependencies
159
159
run : |
160
- pip install -U pip hatch
160
+ pip install -U pip hatch rust-just
161
161
- name : Build docs
162
162
run : |
163
163
just docs-linkcheck
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install:
12
12
bash .evergreen/ scripts/ ensure-hatch.sh
13
13
14
14
[group (' docs' )]
15
- docs-build :
15
+ docs :
16
16
source .evergreen/ scripts/ ensure-hatch.sh && hatch run doc:build
17
17
18
18
[group (' docs' )]
You can’t perform that action at this time.
0 commit comments