We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ddadb commit 70ab9a5Copy full SHA for 70ab9a5
conformance-test.sh
@@ -78,7 +78,7 @@ else
78
pip uninstall -y cwltool
79
pip install -r"${SCRIPT_DIRECTORY}/mypy-requirements.txt"
80
CWLTOOL_USE_MYPYC=1 MYPYPATH="${SCRIPT_DIRECTORY}/mypy-stubs" pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt"
81
- pip install 'cwltest>=2.3' pytest-cov pytest-xdist
+ pip install 'cwltest>=2.5' pytest-cov pytest-xdist
82
fi
83
84
# Set conformance test filename
0 commit comments