Skip to content

Commit

Permalink
cleanup invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 10, 2025
1 parent 42e60b1 commit ed041ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache-dependency-path: 'pyproject.toml'
- name: Install Python dependencies
run: |
python -m pip install -U pip hatch rust-just
python -m pip install -U pip hatch rust-just pre-commit
- name: Run linters
run: |
just lint-manual
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
mongodb-version: '8.0.0-rc4'
- name: Run tests
run: |
just doctest
just docs-test
docs:
name: Docs Checks
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
python-version: '3.9'
- name: Install dependencies
run: |
pip install -U pip hatch
pip install -U pip hatch rust-just
- name: Build docs
run: |
just docs-linkcheck
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
bash .evergreen/scripts/ensure-hatch.sh

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

[group('docs')]
Expand Down

0 comments on commit ed041ae

Please sign in to comment.