Skip to content

Commit 4924ddf

Browse files
committed
tentative fix
1 parent a186a05 commit 4924ddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ commands = ruff check .
5757
[testenv:py3{10,11,12}{,-conda}]
5858
description = run pytest
5959
skip_install = false
60-
dependency_groups = test
60+
dependency_groups =
61+
test
6162
conda_deps = pytest
6263
commands =
6364
conda: python -c "import os, sys; assert os.path.exists(os.path.join(sys.prefix, 'conda-meta', 'history'))"

0 commit comments

Comments
 (0)