Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Nattino <[email protected]>
  • Loading branch information
rogerkuou and fnattino authored Jan 10, 2025
1 parent 23a0073 commit 1a1b923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install build
python -m pip install ".[dev,docs,demo]"
python -m pip install ".[dev,docs]"
- name: Build the package
run: python -m build
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- uses: astral-sh/ruff-action@v3

0 comments on commit 1a1b923

Please sign in to comment.