mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 23:53:57 +02:00
chore: Declare dependency groups as optional
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
poetry config virtualenvs.in-project true
|
||||
poetry install
|
||||
poetry install --with dev
|
||||
|
||||
- id: supported-versions
|
||||
name: Get supported versions
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
poetry config virtualenvs.in-project true
|
||||
|
||||
# Only install main dependencies
|
||||
poetry install --only=test
|
||||
poetry install --with test
|
||||
|
||||
- name: Run unit tests
|
||||
run: poetry run pytest
|
||||
|
||||
Reference in New Issue
Block a user