Skip to content

Commit c60b748

Browse files
committed
try fix tests
1 parent 37f0054 commit c60b748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ test-all:
152152
# todo clean this up, rerunning a lot of tests
153153
poetry run ./manage.py makemigrations
154154
poetry run pytest --cov-append
155-
poetry run pip install properties
155+
poetry install -E properties
156156
poetry run ./manage.py makemigrations
157157
poetry run pytest --cov-append
158-
poetry run install -E rest
158+
poetry install -E rest
159159
poetry run ./manage.py makemigrations
160160
poetry run pytest --cov-append
161-
poetry run pip install filters
161+
poetry install -E filters
162162
poetry run ./manage.py makemigrations
163163
poetry run pytest --cov-append
164164

0 commit comments

Comments
 (0)