Skip to content

Commit bd44bd5

Browse files
committed
Use message_ix.testing plugin in "conda" workflow
Use the same set of plugins as in conftest.py.
1 parent 970c3d2 commit bd44bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
110110
# Run a single test from the test suite to touch JDBCBackend Java code,
111111
# via JPype
112-
pytest --pyargs message_ix -p ixmp.testing -p no:faulthandler -k "test_add_cat" --verbose -rA --color=yes
112+
pytest --pyargs message_ix -p ixmp.testing -p message_ix.testing -p no:faulthandler -k "test_add_cat" --verbose -rA --color=yes

0 commit comments

Comments
 (0)