Skip to content

Commit

Permalink
Installing the main dependency group in CI (#70)
Browse files Browse the repository at this point in the history
This allows better use of the lockfile for core (non-extra)
dependencies.
  • Loading branch information
etianen authored Feb 3, 2024
1 parent 09bbd9c commit dd65118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# largely rely on the `poetry` lockfile while still testing against multiple `extra` library versions.
- name: Install dependencies
run: |
poetry install --no-root --without main
poetry install --no-root
poetry run pip install -e .[pytest] "pytest${{ matrix.pytest-version }}"
# Run checks.
- name: Check (ruff)
Expand Down

0 comments on commit dd65118

Please sign in to comment.