Skip to content

Commit

Permalink
fix: install dependencies first on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Feb 1, 2025
1 parent 5e86507 commit a0b5dd7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions python/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,8 @@ develop:

[doc("Editable install using pinned dependencies from requirements-test.txt")]
pip-install:
{{ PYTHON }} -m pip install \
--verbose \
--requirement requirements-test.txt \
--no-build-isolation \
--editable .
{{ PYTHON }} -m pip install --requirement requirements-test.txt
{{ PYTHON }} -m pip install --verbose --no-build-isolation --editable .

[doc("Run pytest tests")]
test *PYTEST_ADDOPTS:
Expand Down

0 comments on commit a0b5dd7

Please sign in to comment.