You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ Then install runcrate in development mode::
73
73
74
74
pip install -e .
75
75
76
-
This allows to test any changes to the code without having to run the installation again. To quickly run tests while developing, install pytest::
76
+
This allows to test any changes to the code without having to run the installation again. To quickly run tests while developing, install pytest and cwlref-runner (the latter is needed by some tests)::
0 commit comments