Skip to content

Commit

Permalink
ci: Fix installing project with extras
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Apr 15, 2024
1 parent bde280f commit 20b7570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uv_install() {
if [ -z "${CI}" ]; then
uv pip install -e .[ansi]
else
uv pip install "markdown-exec @ .[ansi]"
uv pip install "markdown-exec[ansi] @ ."
fi
}

Expand Down

0 comments on commit 20b7570

Please sign in to comment.