Skip to content

Commit 67aca11

Browse files
committed
install test deps
1 parent 1cdbb7a commit 67aca11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
if [ "${LOOP_IMPL}" = "uvloop" ]; then
9191
export USE_UVLOOP=1
9292
fi
93-
uv run --with "geltest@git+https://github.com/geldata/geltest.git@main" \
93+
uv run --verbose --extra=test \
94+
--with "geltest@git+https://github.com/geldata/geltest.git@main" \
9495
geltest
9596
9697
# This job exists solely to act as the test job aggregate to be

0 commit comments

Comments
 (0)