Skip to content

Commit ed041ae

Browse files
committed
cleanup invocations
1 parent 42e60b1 commit ed041ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-dependency-path: 'pyproject.toml'
3030
- name: Install Python dependencies
3131
run: |
32-
python -m pip install -U pip hatch rust-just
32+
python -m pip install -U pip hatch rust-just pre-commit
3333
- name: Run linters
3434
run: |
3535
just lint-manual
@@ -120,7 +120,7 @@ jobs:
120120
mongodb-version: '8.0.0-rc4'
121121
- name: Run tests
122122
run: |
123-
just doctest
123+
just docs-test
124124
125125
docs:
126126
name: Docs Checks
@@ -157,7 +157,7 @@ jobs:
157157
python-version: '3.9'
158158
- name: Install dependencies
159159
run: |
160-
pip install -U pip hatch
160+
pip install -U pip hatch rust-just
161161
- name: Build docs
162162
run: |
163163
just docs-linkcheck

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
bash .evergreen/scripts/ensure-hatch.sh
1313

1414
[group('docs')]
15-
docs-build:
15+
docs:
1616
source .evergreen/scripts/ensure-hatch.sh && hatch run doc:build
1717

1818
[group('docs')]

0 commit comments

Comments
 (0)