We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f0054 commit c60b748Copy full SHA for c60b748
justfile
@@ -152,13 +152,13 @@ test-all:
152
# todo clean this up, rerunning a lot of tests
153
poetry run ./manage.py makemigrations
154
poetry run pytest --cov-append
155
- poetry run pip install properties
+ poetry install -E properties
156
157
158
- poetry run install -E rest
+ poetry install -E rest
159
160
161
- poetry run pip install filters
+ poetry install -E filters
162
163
164
0 commit comments