Skip to content

Commit

Permalink
🐛 Fix install-ci make target in tests/performance (ITISFoundation…
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis authored Jul 11, 2024
1 parent a1d4c2f commit 9cee5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dashboards-down:
install-dev:
@uv pip install -r requirements/requirements-dev.txt

install-ci: install
install-ci:
@uv pip install -r requirements/requirements-ci.txt


Expand Down

0 comments on commit 9cee5db

Please sign in to comment.