Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Apr 12, 2024
1 parent 29578a8 commit 73fe953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
- uses: actions/checkout@v4
- run: python -m pip install psycopg isort==5.13.2
- run: isort --diff --check .

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- run: python -m pip install -r docs/requirements.txt
- run: cd docs/ && make html && make spelling

tests:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 73fe953

Please sign in to comment.