Skip to content

Commit d77ef9f

Browse files
committed
ci: try to fix failing ci
1 parent 3a3b858 commit d77ef9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ setenv =
2020
commands_pre =
2121
py3{9,10,11,12}: python -c 'import os; print("\n".join(f"{key}={value}" for key, value in os.environ.items()))'
2222
py3{9,10,11,12}: poetry check --lock
23-
py3{9,10,11,12}: poetry sync --no-root --only=main --only=dev --only=lint --only=tests {env:POETRY_ARGS_docs:} {env:POETRY_ARGS_extensive:} {env:POETRY_ARGS_lxml:} {env:POETRY_ARGS:}
23+
py3{9,10,11,12}: poetry install --no-root --only=main --only=dev --only=lint --only=tests {env:POETRY_ARGS_docs:} {env:POETRY_ARGS_extensive:} {env:POETRY_ARGS_lxml:} {env:POETRY_ARGS:} --sync
2424
commands =
2525
min: python -c 'import sys; print("min qualifier not supported on this environment"); sys.exit(1);'
2626
poetry config --list

0 commit comments

Comments
 (0)