Skip to content

Commit

Permalink
build: fix ci-install error
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-schoonjans committed Jan 9, 2024
1 parent 41765a7 commit 1a52489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ install-dependencies:
pip install -r requirements/requirements.$$(bin/pyversion).txt

install-dev-dependencies:
# need to install the `waylay` first, because the `waylay_<SERVICE>` packages require it
pip install -e . --no-deps
pip install -r requirements/requirements.$$(bin/pyversion).txt
pip install -r requirements/requirements.dev.$$(bin/pyversion).txt

Expand Down

0 comments on commit 1a52489

Please sign in to comment.