Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mretegan committed Nov 30, 2023
1 parent c4370b0 commit 1d9eea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install black black[jupyter]
pip install .[dev]
- name: Check style
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install .[dev]
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Tracker = "https://github.com/mretegan/crispy/issues"

[project.optional-dependencies]
all = [".[dev,doc]"]
dev = ["black", "pytest", "twine", "pyinstaller"]
dev = ["black", "pytest", "twine", "pyinstaller", "black", "black[jupyter]"]
doc = ["sphinx", "sphinx-rtd-theme"]

[project.gui-scripts]
Expand Down

0 comments on commit 1d9eea0

Please sign in to comment.