Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaves committed Nov 17, 2023
1 parent bed6234 commit 60c494d
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 67 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
poetry install -E http -E sql --no-root
poetry install -E http -E sql
poetry run task compile
- name: Lint
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
poetry install -E http -E sql --no-root
poetry install -E http -E sql
poetry run task compile
poetry run task pytkdocs
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools.extension import Extension
from Cython.Build import cythonize
from setuptools.extension import Extension


def build(setup_kwargs):
Expand Down
Loading

0 comments on commit 60c494d

Please sign in to comment.