Skip to content

Commit 6a06f02

Browse files
committed
install the testing dependency group in CI
1 parent 09070c8 commit 6a06f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ setup_fork() {
140140
cd "${UPSTREAM_DIR}" || return $?
141141

142142
if ci; then
143-
pip_install --use-pep517 -e '.[optional,testing]' || return $?
143+
pip_install --use-pep517 --group testing -e '.[optional]' || return $?
144144
else
145145
pip_install --use-pep517 -e '.' || return $?
146146
fi

0 commit comments

Comments
 (0)