Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# virtualenvs-create: false

# - name: Install dependencies
# run: poetry install --with tests
# run: poetry install --extras dev

# - name: Run tests
# run: poetry run python -m unittest discover -s tests/function_tests
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
virtualenvs-create: false

- name: Install dependencies
run: poetry install --with tests
run: poetry install --extras dev

- name: Run tests with coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Next, install the project and its dependencies.
The `dev` dependency group is optional, but includes useful utilities for running application tests:

```bash
poetry install --with dev
poetry install --extras dev
```

## Common Tasks
Expand Down
Loading
Loading